Pushing model and README files to the repo!
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ pretty_name: Dynamic Pricing Model
|
|
| 19 |
|
| 20 |
# Model description
|
| 21 |
|
| 22 |
-
|
| 23 |
|
| 24 |
## Intended uses & limitations
|
| 25 |
|
|
@@ -170,7 +170,11 @@ If you use this model, please cite it as follows:
|
|
| 170 |
}
|
| 171 |
```
|
| 172 |
|
| 173 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
|
| 175 |
This regression model is designed to predict the cost of rides based on various features such as expected ride duration, number of drivers, and time of booking.
|
| 176 |
|
|
@@ -183,7 +187,7 @@ This regression model is designed to predict the cost of rides based on various
|
|
| 183 |
- **Dataset Specificity**: Performance may degrade if applied to datasets with significantly different distributions.
|
| 184 |
- **Outlier Sensitivity**: Predictions can be affected by extreme values in the dataset.
|
| 185 |
|
| 186 |
-
# Training Procedure
|
| 187 |
|
| 188 |
The model was trained using grid search to optimize hyperparameters. Cross-validation (5-fold) was performed to ensure robust evaluation. The best model was selected based on the lowest Mean Absolute Error (MAE) on the validation set.
|
| 189 |
|
|
@@ -191,9 +195,7 @@ The model was trained using grid search to optimize hyperparameters. Cross-valid
|
|
| 191 |
|
| 192 |
## Model Coefficients
|
| 193 |
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
| Feature | Coefficient |
|
| 197 |
|---------|-------------|
|
| 198 |
| Number_of_Riders | -0.1398 |
|
| 199 |
| Number_of_Drivers | 0.4665 |
|
|
@@ -215,9 +217,7 @@ The model was trained using grid search to optimize hyperparameters. Cross-valid
|
|
| 215 |
|
| 216 |
## Actual vs Predicted
|
| 217 |
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
The following plot shows the relationship between the actual and predicted values. The closer the points are to the diagonal line, the better the predictions. The dashed line represents the ideal case where predictions perfectly match the actual values.
|
| 221 |
|
| 222 |

|
| 223 |
|
|
|
|
| 19 |
|
| 20 |
# Model description
|
| 21 |
|
| 22 |
+
[More Information Needed]
|
| 23 |
|
| 24 |
## Intended uses & limitations
|
| 25 |
|
|
|
|
| 170 |
}
|
| 171 |
```
|
| 172 |
|
| 173 |
+
# # Model description
|
| 174 |
+
|
| 175 |
+
This is a regression model trained on the Dynamic Pricing Dataset. It was optimized using grid search with multiple hyperparameters.
|
| 176 |
+
|
| 177 |
+
# ## Intended uses & limitations
|
| 178 |
|
| 179 |
This regression model is designed to predict the cost of rides based on various features such as expected ride duration, number of drivers, and time of booking.
|
| 180 |
|
|
|
|
| 187 |
- **Dataset Specificity**: Performance may degrade if applied to datasets with significantly different distributions.
|
| 188 |
- **Outlier Sensitivity**: Predictions can be affected by extreme values in the dataset.
|
| 189 |
|
| 190 |
+
# ## Training Procedure
|
| 191 |
|
| 192 |
The model was trained using grid search to optimize hyperparameters. Cross-validation (5-fold) was performed to ensure robust evaluation. The best model was selected based on the lowest Mean Absolute Error (MAE) on the validation set.
|
| 193 |
|
|
|
|
| 195 |
|
| 196 |
## Model Coefficients
|
| 197 |
|
| 198 |
+
## Model Coefficients| Feature | Coefficient |
|
|
|
|
|
|
|
| 199 |
|---------|-------------|
|
| 200 |
| Number_of_Riders | -0.1398 |
|
| 201 |
| Number_of_Drivers | 0.4665 |
|
|
|
|
| 217 |
|
| 218 |
## Actual vs Predicted
|
| 219 |
|
| 220 |
+
## Actual vs PredictedThe following plot shows the relationship between the actual and predicted values. The closer the points are to the diagonal line, the better the predictions. The dashed line represents the ideal case where predictions perfectly match the actual values.
|
|
|
|
|
|
|
| 221 |
|
| 222 |

|
| 223 |
|