FaroukFaiz
commited on
Commit
•
937fa0a
1
Parent(s):
d9ea78a
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_2
|
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.793356418609619
|
26 |
+
- type: loss
|
27 |
+
name: Model loss
|
28 |
+
value: 60.74188995361328
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
# regression model trained on "house_price_prediction"
|
33 |
+
🤖 [Load and use this model](https://mlconsole.com/model/hf/FaroukFaiz/house_price_prediction_2) in one click.
|
34 |
+
🧑💻 [Train your own model](https://mlconsole.com) on ML Console.
|
35 |
+
|