mr-checker commited on
Commit
0e80b4b
·
verified ·
1 Parent(s): 97701b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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)