Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# California House Price Prediction Model 🏠
|
| 2 |
|
| 3 |
[](https://opensource.org/licenses/MIT)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- tabular-regression
|
| 7 |
+
- scikit-learn
|
| 8 |
+
- random-forest
|
| 9 |
+
- house-prices
|
| 10 |
+
- california-housing
|
| 11 |
+
- real-estate
|
| 12 |
+
- regression
|
| 13 |
+
library_name: scikit-learn
|
| 14 |
+
metrics:
|
| 15 |
+
- rmse
|
| 16 |
+
- r2
|
| 17 |
+
datasets:
|
| 18 |
+
- california-housing
|
| 19 |
+
pipeline_tag: tabular-regression
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
# California House Price Prediction Model 🏠
|
| 23 |
|
| 24 |
[](https://opensource.org/licenses/MIT)
|