vvmnnnkv commited on
Commit
1d58018
1 Parent(s): f4d70a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -35
README.md CHANGED
@@ -8,49 +8,51 @@ datasets:
8
  widget:
9
  structuredData:
10
  fixed_acidity:
11
- - 7.4
12
- - 7.8
13
- - 10.3
14
  volatile_acidity:
15
- - 0.7
16
- - 0.88
17
- - 0.32
18
  citric_acid:
19
- - 0
20
- - 0
21
- - 0.45
22
  residual_sugar:
23
- - 1.9
24
- - 2.6
25
- - 6.4
26
  chlorides:
27
- - 0.076
28
- - 0.098
29
- - 0.073
30
  free_sulfur_dioxide:
31
- - 11
32
- - 25
33
- - 5
34
  total_sulfur_dioxide:
35
- - 34
36
- - 67
37
- - 13
38
  density:
39
- - 0.9978
40
- - 0.9968
41
- - 0.9976
42
  pH:
43
- - 3.51
44
- - 3.2
45
- - 3.23
46
  sulphates:
47
- - 0.56
48
- - 0.68
49
- - 0.82
50
  alcohol:
51
- - 9.4
52
- - 9.8
53
- - 12.6
 
 
54
  ---
55
 
56
  ## Wine Quality classification
@@ -116,5 +118,4 @@ model.score(X, Y)
116
 
117
  ### 🍷 Disclaimer
118
 
119
- No red wine was drunk (unfortunately) while training this model 🍷
120
-
 
8
  widget:
9
  structuredData:
10
  fixed_acidity:
11
+ - 7.4
12
+ - 7.8
13
+ - 10.3
14
  volatile_acidity:
15
+ - 0.7
16
+ - 0.88
17
+ - 0.32
18
  citric_acid:
19
+ - 0
20
+ - 0
21
+ - 0.45
22
  residual_sugar:
23
+ - 1.9
24
+ - 2.6
25
+ - 6.4
26
  chlorides:
27
+ - 0.076
28
+ - 0.098
29
+ - 0.073
30
  free_sulfur_dioxide:
31
+ - 11
32
+ - 25
33
+ - 5
34
  total_sulfur_dioxide:
35
+ - 34
36
+ - 67
37
+ - 13
38
  density:
39
+ - 0.9978
40
+ - 0.9968
41
+ - 0.9976
42
  pH:
43
+ - 3.51
44
+ - 3.2
45
+ - 3.23
46
  sulphates:
47
+ - 0.56
48
+ - 0.68
49
+ - 0.82
50
  alcohol:
51
+ - 9.4
52
+ - 9.8
53
+ - 12.6
54
+ library_name: sklearn
55
+ pipeline_tag: tabular-classification
56
  ---
57
 
58
  ## Wine Quality classification
 
118
 
119
  ### 🍷 Disclaimer
120
 
121
+ No red wine was drunk (unfortunately) while training this model 🍷