Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: unknown
|
| 3 |
+
inference: false
|
| 4 |
+
tags:
|
| 5 |
+
- mlconsole
|
| 6 |
+
- tabular-regression
|
| 7 |
+
library_name: mlconsole
|
| 8 |
+
metrics:
|
| 9 |
+
- mae
|
| 10 |
+
- loss
|
| 11 |
+
datasets:
|
| 12 |
+
- house_price_prediction
|
| 13 |
+
model-index:
|
| 14 |
+
- name: house_price_prediction_testmarch2023
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
type: tabular-regression
|
| 18 |
+
name: tabular-regression
|
| 19 |
+
dataset:
|
| 20 |
+
type: house_price_prediction
|
| 21 |
+
name: house_price_prediction
|
| 22 |
+
metrics:
|
| 23 |
+
- type: mae
|
| 24 |
+
name: Mean absolute error
|
| 25 |
+
value: 5.339535713195801
|
| 26 |
+
- type: loss
|
| 27 |
+
name: Model loss
|
| 28 |
+
value: 51.54447555541992
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
# regression model trained on "house_price_prediction"
|
| 33 |
+
🤖 [Load and use this model](https://mlconsole.com/model/hf/halflings/house_price_prediction_testmarch2023) in one click.
|
| 34 |
+
🧑💻 [Train your own model](https://mlconsole.com) on ML Console.
|
| 35 |
+
|