Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files
Diamond_Price_Prediction_LinearRegression.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad3bcf510d6902bc4c0fcf5cb8baeb2563fb58743ee1286ae1cc821b824a97e0
|
| 3 |
+
size 776
|
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
torch
|
| 3 |
+
numpy==1.21.4
|
| 4 |
+
pandas==1.5.1
|
| 5 |
+
ply==3.11
|
| 6 |
+
pickleshare==0.7.5
|
| 7 |
+
matplotlib==3.6.0
|
| 8 |
+
scikit-learn==1.1.2
|
| 9 |
+
seaborn==0.12.1
|
| 10 |
+
statsmodels==0.13.5
|