Datasets:
Formats:
csv
Size:
10M - 100M
Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ dataset_info:
|
|
19 |
|
20 |
## Dataset Description
|
21 |
|
|
|
|
|
22 |
- **Repository:** https://github.com/LeoGrin/tabular-benchmark/community
|
23 |
- **Paper:** https://hal.archives-ouvertes.fr/hal-03723551v2/document
|
24 |
|
@@ -54,12 +56,12 @@ dataset = load_dataset("inria_soda/tabular-benchmark", data_file="reg_cat/house_
|
|
54 |
```
|
55 |
|
56 |
|
57 |
-
|
58 |
-
|
59 |
## Dataset Creation
|
60 |
|
61 |
### Curation Rationale
|
62 |
|
|
|
|
|
63 |
- Heterogeneous columns. Columns should correspond to features of different nature. This excludes
|
64 |
images or signal datasets where each column corresponds to the same signal on different sensors.
|
65 |
- Not high dimensional. We only keep datasets with a d/n ratio below 1/10.
|
@@ -87,98 +89,81 @@ datasets are very different from most real-world tabular datasets, and should be
|
|
87 |
### Source Data
|
88 |
|
89 |
|
90 |
-
Numerical Classification
|
91 |
-
dataset_name n_samples n_features original_link new_link
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
Categorical Classification
|
110 |
-
dataset_name n_samples n_features original_link new_link
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
|
|
118 |
|
119 |
Numerical Regression
|
120 |
-
dataset_name n_samples n_features
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
|
|
141 |
|
142 |
|
143 |
|
144 |
|
145 |
|
146 |
Categorical Regression
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
#### Initial Data Collection and Normalization
|
168 |
-
|
169 |
-
[More Information Needed]
|
170 |
-
|
171 |
-
### Annotations
|
172 |
-
|
173 |
-
#### Annotation process
|
174 |
-
|
175 |
-
[More Information Needed]
|
176 |
-
|
177 |
-
#### Who are the annotators?
|
178 |
-
|
179 |
-
[More Information Needed]
|
180 |
|
181 |
-
## Additional Information
|
182 |
|
183 |
### Dataset Curators
|
184 |
|
|
|
19 |
|
20 |
## Dataset Description
|
21 |
|
22 |
+
This dataset is a curation of various datasets from [openML](https://www.openml.org/) and is curated to benchmark performance of various machine learning algorithms.
|
23 |
+
|
24 |
- **Repository:** https://github.com/LeoGrin/tabular-benchmark/community
|
25 |
- **Paper:** https://hal.archives-ouvertes.fr/hal-03723551v2/document
|
26 |
|
|
|
56 |
```
|
57 |
|
58 |
|
|
|
|
|
59 |
## Dataset Creation
|
60 |
|
61 |
### Curation Rationale
|
62 |
|
63 |
+
This dataset is curated to benchmark performance of tree based models against neural networks. The process of picking the datasets for curation is mentioned in the paper as below:
|
64 |
+
|
65 |
- Heterogeneous columns. Columns should correspond to features of different nature. This excludes
|
66 |
images or signal datasets where each column corresponds to the same signal on different sensors.
|
67 |
- Not high dimensional. We only keep datasets with a d/n ratio below 1/10.
|
|
|
89 |
### Source Data
|
90 |
|
91 |
|
92 |
+
**Numerical Classification**
|
93 |
+
|dataset_name| n_samples| n_features| original_link| new_link|
|
94 |
+
|----|----|----|----|----|
|
95 |
+
|credit| 16714| 10 |https://openml.org/d/151 |https://www.openml.org/d/44089|
|
96 |
+
|california |20634 |8 |https://openml.org/d/293 |https://www.openml.org/d/44090|
|
97 |
+
|wine |2554 |11 |https://openml.org/d/722 |https://www.openml.org/d/44091|
|
98 |
+
|electricity| 38474 |7| https://openml.org/d/821 |https://www.openml.org/d/44120|
|
99 |
+
|covertype |566602 |10 |https://openml.org/d/993| https://www.openml.org/d/44121|
|
100 |
+
|pol |10082 |26 |https://openml.org/d/1120 |https://www.openml.org/d/44122|
|
101 |
+
|house_16H |13488| 16 |https://openml.org/d/1461| https://www.openml.org/d/44123|
|
102 |
+
|kdd_ipums_la_97-small| 5188 |20 |https://openml.org/d/1489 |https://www.openml.org/d/44124|
|
103 |
+
|MagicTelescope| 13376| 10| https://openml.org/d/41150 |https://www.openml.org/d/44125|
|
104 |
+
|bank-marketing |10578 |7 |https://openml.org/d/42769| https://www.openml.org/d/44126|
|
105 |
+
|phoneme |3172| 5 |https://openml.org/d/1044| https://www.openml.org/d/44127|
|
106 |
+
|MiniBooNE| 72998| 50 |https://openml.org/d/41168 |https://www.openml.org/d/44128|
|
107 |
+
|Higgs| 940160 |24| https://www.kaggle.com/c/GiveMeSomeCredit/data?select=cs-training.csv |https://www.openml.org/d/44129|
|
108 |
+
|eye_movements| 7608 |20 |https://www.dcc.fc.up.pt/ltorgo/Regression/cal_housing.html |https://www.openml.org/d/44130|
|
109 |
+
|jannis |57580 |54 |https://archive.ics.uci.edu/ml/datasets/wine+quality |https://www.openml.org/d/44131|
|
110 |
+
|
111 |
+
**Categorical Classification**
|
112 |
+
|dataset_name |n_samples| n_features |original_link |new_link|
|
113 |
+
|----|----|----|----|----|
|
114 |
+
|electricity |38474| 8 |https://openml.org/d/151| https://www.openml.org/d/44156|
|
115 |
+
|eye_movements |7608 |23| https://openml.org/d/1044 |https://www.openml.org/d/44157|
|
116 |
+
|covertype |423680| 54| https://openml.org/d/1114 |https://www.openml.org/d/44159|
|
117 |
+
|rl |4970 |12 |https://openml.org/d/1596 |https://www.openml.org/d/44160|
|
118 |
+
|road-safety| 111762 |32 |https://openml.org/d/41160 |https://www.openml.org/d/44161|
|
119 |
+
|compass |16644 |17 |https://openml.org/d/42803 |https://www.openml.org/d/44162|
|
120 |
+
|KDDCup09_upselling |5128 |49 |https://www.kaggle.com/datasets/danofer/compass?select=cox-violent-parsed.csv |https://www.openml.org/d/44186|
|
121 |
|
122 |
Numerical Regression
|
123 |
+
|dataset_name| n_samples| n_features| original_link| new_link|
|
124 |
+
|----|----|----|----|----|
|
125 |
+
|cpu_act |8192 |21| https://openml.org/d/197 |https://www.openml.org/d/44132|
|
126 |
+
|pol | 15000| 26 |https://openml.org/d/201| https://www.openml.org/d/44133|
|
127 |
+
|elevators |16599 |16 |https://openml.org/d/216| https://www.openml.org/d/44134|
|
128 |
+
|isolet |7797| 613| https://openml.org/d/300| https://www.openml.org/d/44135|
|
129 |
+
|wine_quality |6497 |11| https://openml.org/d/287 | https://www.openml.org/d/44136|
|
130 |
+
|Ailerons |13750 |33| https://openml.org/d/296 | https://www.openml.org/d/44137|
|
131 |
+
|houses |20640| 8| https://openml.org/d/537 | https://www.openml.org/d/44138|
|
132 |
+
|house_16H |22784| 16 |https://openml.org/d/574 | https://www.openml.org/d/44139|
|
133 |
+
|diamonds |53940| 6| https://openml.org/d/42225 | https://www.openml.org/d/44140|
|
134 |
+
|Brazilian_houses |10692| 8 |https://openml.org/d/42688 | https://www.openml.org/d/44141|
|
135 |
+
|Bike_Sharing_Demand| 17379| 6| https://openml.org/d/42712 | https://www.openml.org/d/44142|
|
136 |
+
|nyc-taxi-green-dec-2016 |581835| 9| https://openml.org/d/42729 | https://www.openml.org/d/44143|
|
137 |
+
|house_sales |21613 |15 | https://openml.org/d/42731| https://www.openml.org/d/44144|
|
138 |
+
|sulfur |10081| 6 | https://openml.org/d/23515 | https://www.openml.org/d/44145|
|
139 |
+
|medical_charges | 163065 |3 | https://openml.org/d/42720 | https://www.openml.org/d/44146|
|
140 |
+
|MiamiHousing2016 |13932| 13 |https://openml.org/d/43093 | https://www.openml.org/d/44147|
|
141 |
+
|superconduct |21263 |79| https://openml.org/d/43174 | https://www.openml.org/d/44148|
|
142 |
+
|california |20640| 8 |https://www.dcc.fc.up.pt/ ltorgo/Regression/cal_housing.html |https://www.openml.org/d/44025|
|
143 |
+
|fifa |18063 |5 |https://www.kaggle.com/datasets/stefanoleone992/fifa-22-complete-player-dataset| https://www.openml.org/d/44026|
|
144 |
+
|year |515345 |90 |https://archive.ics.uci.edu/ml/datasets/yearpredictionmsd| https://www.openml.org/d/44027|
|
145 |
|
146 |
|
147 |
|
148 |
|
149 |
|
150 |
Categorical Regression
|
151 |
+
|dataset_name| n_samples| n_features| original_link| new_link|
|
152 |
+
|----|----|----|----|----|
|
153 |
+
|yprop_4_1 |8885 |62 |https://openml.org/d/416 |https://www.openml.org/d/44054|
|
154 |
+
|analcatdata_supreme |4052| 7 |https://openml.org/d/504 |https://www.openml.org/d/44055|
|
155 |
+
|visualizing_soil |8641| 4 |https://openml.org/d/688 |https://www.openml.org/d/44056|
|
156 |
+
|black_friday |166821| 9 |https://openml.org/d/41540| https://www.openml.org/d/44057|
|
157 |
+
|diamonds | 53940| 9| https://openml.org/d/42225| https://www.openml.org/d/44059|
|
158 |
+
|Mercedes_Benz_Greener_Manufacturing |4209 |359| https://openml.org/d/42570 |https://www.openml.org/d/44061|
|
159 |
+
|Brazilian_houses| 10692| 11 |https://openml.org/d/42688 |https://www.openml.org/d/44062|
|
160 |
+
|Bike_Sharing_Demand| 17379| 11 |https://openml.org/d/42712 |https://www.openml.org/d/44063|
|
161 |
+
|OnlineNewsPopularity |39644| 59| https://openml.org/d/42724| https://www.openml.org/d/44064|
|
162 |
+
|nyc-taxi-green-dec-2016| 581835 |16 |https://openml.org/d/42729|https://www.openml.org/d/44065|
|
163 |
+
|house_sales | 21613| 17| https://openml.org/d/42731| https://www.openml.org/d/44066|
|
164 |
+
|particulate-matter-ukair-2017 |394299 |6| https://openml.org/d/42207| https://www.openml.org/d/44068|
|
165 |
+
|SGEMM_GPU_kernel_performance | 241600| 9 |https://openml.org/d/43144| https://www.openml.org/d/44069|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
|
|
|
167 |
|
168 |
### Dataset Curators
|
169 |
|