noeyislearning commited on
Commit
8e5cda3
·
verified ·
1 Parent(s): 0f227ce

docs: update dataset information, README (#1)

Browse files

- docs: update dataset information, README (93644850cd58ccefbe62492595c8b303f520bd2b)

Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: ecl-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: ecl-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - public
9
+ - text
10
+ - education
11
+ - classification
12
+ pretty_name: Wine Quality 6k4
13
+ size_categories:
14
+ - 1K<n<10K
15
+ configs:
16
+ - config_name: dataset
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "processed_winequality_red.csv"
21
+ - "processed_winequality_white.csv"
22
+ - "raw_winequality_red.csv"
23
+ - "raw_winequality_white.csv"
24
+ ---
25
+
26
+ # Wine Quality 6k4
27
+
28
+ Contains the original (raw) and cleaned (processed) versions of the Wine Quality datasets (red and white). The raw files are the original semicolon-delimited CSVs and the processed files are cleaned, comma-delimited CSVs suitable for standard data tools and for uploading as a single Hugging Face dataset repository.
29
+
30
+ - **Columns (both red and white):**
31
+ - `fixed acidity`
32
+ - `volatile acidity`
33
+ - `citric acid`
34
+ - `residual sugar`
35
+ - `chlorides`
36
+ - `free sulfur dioxide`
37
+ - `total sulfur dioxide`
38
+ - `density`
39
+ - `pH`
40
+ - `sulphates`
41
+ - `alcohol`
42
+ - `quality` (integer quality score)