Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,59 @@
|
|
2 |
tags:
|
3 |
- tabular-classification
|
4 |
- sklearn
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
test model card
|
|
|
2 |
tags:
|
3 |
- tabular-classification
|
4 |
- sklearn
|
5 |
+
widget:
|
6 |
+
structuredData:
|
7 |
+
fixed_acidity:
|
8 |
+
- 7.4
|
9 |
+
- 7.8
|
10 |
+
- 10.3
|
11 |
+
volatile_acidity:
|
12 |
+
- 0.7
|
13 |
+
- 0.88
|
14 |
+
- 0.32
|
15 |
+
citric_acid:
|
16 |
+
- 0
|
17 |
+
- 0
|
18 |
+
- 0.45
|
19 |
+
residual_sugar:
|
20 |
+
- 1.9
|
21 |
+
- 2.6
|
22 |
+
- 6.4
|
23 |
+
chlorides:
|
24 |
+
- 0.076
|
25 |
+
- 0.098
|
26 |
+
- 0.073
|
27 |
+
free_sulfur_dioxide:
|
28 |
+
- 11
|
29 |
+
- 25
|
30 |
+
- 5
|
31 |
+
total_sulfur_dioxide:
|
32 |
+
- 34
|
33 |
+
- 67
|
34 |
+
- 13
|
35 |
+
density:
|
36 |
+
- 0.9978
|
37 |
+
- 0.9968
|
38 |
+
- 0.9976
|
39 |
+
pH:
|
40 |
+
- 3.51
|
41 |
+
- 3.2
|
42 |
+
- 3.23
|
43 |
+
sulphates:
|
44 |
+
- 0.56
|
45 |
+
- 0.68
|
46 |
+
- 0.82
|
47 |
+
alcohol:
|
48 |
+
- 9.4
|
49 |
+
- 9.8
|
50 |
+
- 12.6
|
51 |
+
license: bigscience-openrail-m
|
52 |
+
language:
|
53 |
+
- ab
|
54 |
+
datasets:
|
55 |
+
- Open-Orca/OpenOrca
|
56 |
+
metrics:
|
57 |
+
- accuracy
|
58 |
+
library_name: keras
|
59 |
---
|
60 |
test model card
|