Update README.md
Browse files
README.md
CHANGED
|
@@ -34,4 +34,8 @@ model_path = hf_hub_download(
|
|
| 34 |
)
|
| 35 |
|
| 36 |
model = joblib.load(model_path)
|
| 37 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
)
|
| 35 |
|
| 36 |
model = joblib.load(model_path)
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
Click the link below to know more about this model and to see the exact training and validation of the model:
|
| 41 |
+
[Static Price Optimizer](https://github.com/Kalyan9639/Machine-Learning/tree/main/ML%20Project%20-%20Static%20Pricing%20Optimizer)
|