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-classification
|
| 7 |
+
library_name: mlconsole
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
- loss
|
| 11 |
+
datasets:
|
| 12 |
+
- diabetes_detection
|
| 13 |
+
model-index:
|
| 14 |
+
- name: diabetes_detection_fixed2
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
type: tabular-classification
|
| 18 |
+
name: tabular-classification
|
| 19 |
+
dataset:
|
| 20 |
+
type: diabetes_detection
|
| 21 |
+
name: diabetes_detection
|
| 22 |
+
metrics:
|
| 23 |
+
- type: accuracy
|
| 24 |
+
name: Accuracy
|
| 25 |
+
value: 0.78125
|
| 26 |
+
- type: loss
|
| 27 |
+
name: Model loss
|
| 28 |
+
value: 0.523585319519043
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
# classification model trained on "diabetes_detection"
|
| 33 |
+
🤖 [Load and use this model](https://mlconsole.com/model/hf/halflings/diabetes_detection_fixed2) in one click.
|
| 34 |
+
🧑💻 [Train your own model](https://mlconsole.com) on ML Console.
|
| 35 |
+
|