Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: unknown
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- mlconsole
|
| 7 |
+
library_name: mlconsole
|
| 8 |
+
metrics:
|
| 9 |
+
- mae
|
| 10 |
+
- loss
|
| 11 |
+
model-index:
|
| 12 |
+
- name: pokemon-predict-hp
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
type: regression
|
| 16 |
+
name: regression
|
| 17 |
+
dataset:
|
| 18 |
+
type: pokemon.csv
|
| 19 |
+
name: pokemon.csv
|
| 20 |
+
metrics:
|
| 21 |
+
- type: mae
|
| 22 |
+
name: Mean absolute error
|
| 23 |
+
value: 14.992874145507812
|
| 24 |
+
- type: loss
|
| 25 |
+
name: Model loss
|
| 26 |
+
value: 454.7302551269531
|
| 27 |
+
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
# pokemon.csv (#0)
|
| 31 |
+
Trained on [ML Console](https://mlconsole.com).
|
| 32 |
+
|
| 33 |
+
[Load the model on ML Console](https://mlconsole.com/model/hf/julien-c/pokemon-predict-hp).
|