rgeorgescu
commited on
Commit
•
b991fed
1
Parent(s):
90a9882
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 |
+
- agricultural_yield
|
13 |
+
model-index:
|
14 |
+
- name: agri-template
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: tabular-regression
|
18 |
+
name: tabular-regression
|
19 |
+
dataset:
|
20 |
+
type: agricultural_yield
|
21 |
+
name: agricultural_yield
|
22 |
+
metrics:
|
23 |
+
- type: mae
|
24 |
+
name: Mean absolute error
|
25 |
+
value: 6.056389808654785
|
26 |
+
- type: loss
|
27 |
+
name: Model loss
|
28 |
+
value: 86.47377014160156
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
# regression model trained on "agricultural_yield"
|
33 |
+
🤖 [Load and use this model](https://mlconsole.com/model/hf/rgeorgescu/agri-template) in one click.
|
34 |
+
🧑💻 [Train your own model](https://mlconsole.com) on ML Console.
|
35 |
+
|