From 9c83c1aab230f2cbe9f46b79033c5136afcbb278 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sun, 2 Nov 2025 21:44:55 +0530 Subject: [PATCH] Added name in title Code-A1.md --- Codes/Code-A1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Codes/Code-A1.md b/Codes/Code-A1.md index c6c4ddb..e745a68 100644 --- a/Codes/Code-A1.md +++ b/Codes/Code-A1.md @@ -1,4 +1,4 @@ -# Practical-A1 +# Practical-A1 (Uber) Problem Statement: Predict the price of the Uber ride from a given pickup point to the agreed drop-off location. Perform following tasks: @@ -9,7 +9,7 @@ Perform following tasks: 5. Evaluate the models and compare their respective scores like R2, RMSE, etc. > [!NOTE] -> Dataset available in [Datasets](../Datasets/uber.csv) directory +> Dataset available in [Datasets](../Datasets/uber.csv) directory. ---