Datasets:
Formats:
csv
Size:
10M - 100M
Commit
·
bd4a7cc
1
Parent(s):
fb45758
Update parquet files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +0 -187
- clf_cat/KDDCup09_upselling.csv +0 -0
- clf_cat/compass.csv +0 -0
- clf_cat/covertype.csv +0 -3
- clf_cat/electricity.csv +0 -0
- clf_cat/eye_movements.csv +0 -0
- clf_cat/rl.csv +0 -0
- clf_cat/road-safety.csv → clf_cat_albert/train/0000.parquet +2 -2
- clf_num/Higgs.csv +0 -3
- clf_num/MagicTelescope.csv +0 -0
- clf_num/MiniBooNE.csv +0 -3
- clf_num/bank-marketing.csv +0 -0
- clf_num/california.csv +0 -0
- clf_num/covertype.csv +0 -3
- clf_num/credit.csv +0 -0
- clf_num/electricity.csv +0 -0
- clf_num/eye_movements.csv +0 -0
- clf_num/house_16H.csv +0 -0
- clf_num/jannis.csv +0 -3
- clf_num/kdd_ipums_la_97-small.csv +0 -0
- clf_num/phoneme.csv +0 -0
- clf_num/pol.csv +0 -0
- clf_num/wine.csv +0 -0
- reg_cat/Bike_Sharing_Demand.csv +0 -0
- reg_cat/Brazilian_houses.csv +0 -0
- reg_cat/Mercedes_Benz_Greener_Manufacturing.csv +0 -0
- reg_cat/OnlineNewsPopularity.csv +0 -3
- reg_cat/SGEMM_GPU_kernel_performance.csv +0 -3
- reg_cat/analcatdata_supreme.csv +0 -0
- reg_cat/black_friday.csv +0 -0
- reg_cat/diamonds.csv +0 -0
- reg_cat/house_sales.csv +0 -0
- reg_cat/nyc-taxi-green-dec-2016.csv +0 -3
- reg_cat/particulate-matter-ukair-2017.csv +0 -3
- reg_cat/visualizing_soil.csv +0 -0
- reg_cat/yprop_4_1.csv +0 -0
- reg_num/Ailerons.csv +0 -0
- reg_num/Bike_Sharing_Demand.csv +0 -0
- reg_num/Brazilian_houses.csv +0 -0
- reg_num/MiamiHousing2016.csv +0 -0
- reg_num/california.csv +0 -0
- reg_num/cpu_act.csv +0 -0
- reg_num/diamonds.csv +0 -0
- reg_num/elevators.csv +0 -0
- reg_num/fifa.csv +0 -0
- reg_num/house_16H.csv +0 -0
- reg_num/house_sales.csv +0 -0
- reg_num/houses.csv +0 -0
- reg_num/isolet.csv +0 -3
- reg_num/medical_charges.csv +0 -0
README.md
DELETED
|
@@ -1,187 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
---
|
| 3 |
-
annotations_creators: []
|
| 4 |
-
license: []
|
| 5 |
-
pretty_name: tabular_benchmark
|
| 6 |
-
tags: []
|
| 7 |
-
task_categories:
|
| 8 |
-
- tabular-classification
|
| 9 |
-
- tabular-regression
|
| 10 |
-
dataset_info:
|
| 11 |
-
- config_name: reg_cat
|
| 12 |
-
splits:
|
| 13 |
-
- reg_cat/*
|
| 14 |
-
- config_name: reg_num
|
| 15 |
-
splits:
|
| 16 |
-
- reg_num/*
|
| 17 |
-
- config_name: clf_cat
|
| 18 |
-
splits:
|
| 19 |
-
- clf_cat/*
|
| 20 |
-
- config_name: clf_num
|
| 21 |
-
splits:
|
| 22 |
-
- clf_num/*
|
| 23 |
-
---
|
| 24 |
-
|
| 25 |
-
# Tabular Benchmark
|
| 26 |
-
|
| 27 |
-
## Dataset Description
|
| 28 |
-
|
| 29 |
-
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.
|
| 30 |
-
|
| 31 |
-
- **Repository:** https://github.com/LeoGrin/tabular-benchmark/community
|
| 32 |
-
- **Paper:** https://hal.archives-ouvertes.fr/hal-03723551v2/document
|
| 33 |
-
|
| 34 |
-
### Dataset Summary
|
| 35 |
-
|
| 36 |
-
Benchmark made of curation of various tabular data learning tasks, including:
|
| 37 |
-
- Regression from Numerical and Categorical Features
|
| 38 |
-
- Regression from Numerical Features
|
| 39 |
-
- Classification from Numerical and Categorical Features
|
| 40 |
-
- Classification from Numerical Features
|
| 41 |
-
|
| 42 |
-
### Supported Tasks and Leaderboards
|
| 43 |
-
|
| 44 |
-
- `tabular-regression`
|
| 45 |
-
- `tabular-classification`
|
| 46 |
-
|
| 47 |
-
## Dataset Structure
|
| 48 |
-
|
| 49 |
-
### Data Splits
|
| 50 |
-
|
| 51 |
-
This dataset consists of four splits (folders) based on tasks and datasets included in tasks.
|
| 52 |
-
|
| 53 |
-
- reg_num: Task identifier for regression on numerical features.
|
| 54 |
-
- reg_cat: Task identifier for regression on numerical and categorical features.
|
| 55 |
-
- clf_num: Task identifier for classification on numerical features.
|
| 56 |
-
- clf_cat: Task identifier for classification on categorical features.
|
| 57 |
-
|
| 58 |
-
Depending on the dataset you want to load, you can load the dataset by passing `task_name/dataset_name` to `data_files` argument of `load_dataset` like below:
|
| 59 |
-
|
| 60 |
-
```python
|
| 61 |
-
from datasets import load_dataset
|
| 62 |
-
dataset = load_dataset("inria_soda/tabular-benchmark", data_files="reg_cat/house_sales.csv")
|
| 63 |
-
```
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
## Dataset Creation
|
| 67 |
-
|
| 68 |
-
### Curation Rationale
|
| 69 |
-
|
| 70 |
-
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:
|
| 71 |
-
|
| 72 |
-
- **Heterogeneous columns**. Columns should correspond to features of different nature. This excludes
|
| 73 |
-
images or signal datasets where each column corresponds to the same signal on different sensors.
|
| 74 |
-
- **Not high dimensional**. We only keep datasets with a d/n ratio below 1/10.
|
| 75 |
-
- **Undocumented datasets** We remove datasets where too little information is available. We did keep
|
| 76 |
-
datasets with hidden column names if it was clear that the features were heterogeneous.
|
| 77 |
-
- **I.I.D. data**. We remove stream-like datasets or time series.
|
| 78 |
-
- **Real-world data**. We remove artificial datasets but keep some simulated datasets. The difference is
|
| 79 |
-
subtle, but we try to keep simulated datasets if learning these datasets are of practical importance
|
| 80 |
-
(like the Higgs dataset), and not just a toy example to test specific model capabilities.
|
| 81 |
-
- **Not too small**. We remove datasets with too few features (< 4) and too few samples (< 3 000). For
|
| 82 |
-
benchmarks on numerical features only, we remove categorical features before checking if enough
|
| 83 |
-
features and samples are remaining.
|
| 84 |
-
- **Not too easy**. We remove datasets which are too easy. Specifically, we remove a dataset if a default
|
| 85 |
-
Logistic Regression (or Linear Regression for regression) reach a score whose relative difference
|
| 86 |
-
with the score of both a default Resnet (from Gorishniy et al. [2021]) and a default HistGradientBoosting model (from scikit learn) is below 5%. Other benchmarks use different metrics to
|
| 87 |
-
remove too easy datasets, like removing datasets which can be learnt perfectly by a single decision
|
| 88 |
-
classifier [Bischl et al., 2021], but this does not account for different Bayes rate of different datasets.
|
| 89 |
-
As tree-based methods have been shown to be superior to Logistic Regression [Fernández-Delgado
|
| 90 |
-
et al., 2014] in our setting, a close score for these two types of models indicates that we might
|
| 91 |
-
already be close to the best achievable score.
|
| 92 |
-
- **Not deterministic**. We remove datasets where the target is a deterministic function of the data. This
|
| 93 |
-
mostly means removing datasets on games like poker and chess. Indeed, we believe that these
|
| 94 |
-
datasets are very different from most real-world tabular datasets, and should be studied separately
|
| 95 |
-
|
| 96 |
-
### Source Data
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
**Numerical Classification**
|
| 100 |
-
|dataset_name| n_samples| n_features| original_link| new_link|
|
| 101 |
-
|----|----|----|----|----|
|
| 102 |
-
|credit| 16714| 10 |https://openml.org/d/151 |https://www.openml.org/d/44089|
|
| 103 |
-
|california |20634 |8 |https://openml.org/d/293 |https://www.openml.org/d/44090|
|
| 104 |
-
|wine |2554 |11 |https://openml.org/d/722 |https://www.openml.org/d/44091|
|
| 105 |
-
|electricity| 38474 |7| https://openml.org/d/821 |https://www.openml.org/d/44120|
|
| 106 |
-
|covertype |566602 |10 |https://openml.org/d/993| https://www.openml.org/d/44121|
|
| 107 |
-
|pol |10082 |26 |https://openml.org/d/1120 |https://www.openml.org/d/44122|
|
| 108 |
-
|house_16H |13488| 16 |https://openml.org/d/1461| https://www.openml.org/d/44123|
|
| 109 |
-
|kdd_ipums_la_97-small| 5188 |20 |https://openml.org/d/1489 |https://www.openml.org/d/44124|
|
| 110 |
-
|MagicTelescope| 13376| 10| https://openml.org/d/41150 |https://www.openml.org/d/44125|
|
| 111 |
-
|bank-marketing |10578 |7 |https://openml.org/d/42769| https://www.openml.org/d/44126|
|
| 112 |
-
|phoneme |3172| 5 |https://openml.org/d/1044| https://www.openml.org/d/44127|
|
| 113 |
-
|MiniBooNE| 72998| 50 |https://openml.org/d/41168 |https://www.openml.org/d/44128|
|
| 114 |
-
|Higgs| 940160 |24| https://www.kaggle.com/c/GiveMeSomeCredit/data?select=cs-training.csv |https://www.openml.org/d/44129|
|
| 115 |
-
|eye_movements| 7608 |20 |https://www.dcc.fc.up.pt/ltorgo/Regression/cal_housing.html |https://www.openml.org/d/44130|
|
| 116 |
-
|jannis |57580 |54 |https://archive.ics.uci.edu/ml/datasets/wine+quality |https://www.openml.org/d/44131|
|
| 117 |
-
|
| 118 |
-
**Categorical Classification**
|
| 119 |
-
|dataset_name |n_samples| n_features |original_link |new_link|
|
| 120 |
-
|----|----|----|----|----|
|
| 121 |
-
|electricity |38474| 8 |https://openml.org/d/151| https://www.openml.org/d/44156|
|
| 122 |
-
|eye_movements |7608 |23| https://openml.org/d/1044 |https://www.openml.org/d/44157|
|
| 123 |
-
|covertype |423680| 54| https://openml.org/d/1114 |https://www.openml.org/d/44159|
|
| 124 |
-
|rl |4970 |12 |https://openml.org/d/1596 |https://www.openml.org/d/44160|
|
| 125 |
-
|road-safety| 111762 |32 |https://openml.org/d/41160 |https://www.openml.org/d/44161|
|
| 126 |
-
|compass |16644 |17 |https://openml.org/d/42803 |https://www.openml.org/d/44162|
|
| 127 |
-
|KDDCup09_upselling |5128 |49 |https://www.kaggle.com/datasets/danofer/compass?select=cox-violent-parsed.csv |https://www.openml.org/d/44186|
|
| 128 |
-
|
| 129 |
-
**Numerical Regression**
|
| 130 |
-
|dataset_name| n_samples| n_features| original_link| new_link|
|
| 131 |
-
|----|----|----|----|----|
|
| 132 |
-
|cpu_act |8192 |21| https://openml.org/d/197 |https://www.openml.org/d/44132|
|
| 133 |
-
|pol | 15000| 26 |https://openml.org/d/201| https://www.openml.org/d/44133|
|
| 134 |
-
|elevators |16599 |16 |https://openml.org/d/216| https://www.openml.org/d/44134|
|
| 135 |
-
|isolet |7797| 613| https://openml.org/d/300| https://www.openml.org/d/44135|
|
| 136 |
-
|wine_quality |6497 |11| https://openml.org/d/287 | https://www.openml.org/d/44136|
|
| 137 |
-
|Ailerons |13750 |33| https://openml.org/d/296 | https://www.openml.org/d/44137|
|
| 138 |
-
|houses |20640| 8| https://openml.org/d/537 | https://www.openml.org/d/44138|
|
| 139 |
-
|house_16H |22784| 16 |https://openml.org/d/574 | https://www.openml.org/d/44139|
|
| 140 |
-
|diamonds |53940| 6| https://openml.org/d/42225 | https://www.openml.org/d/44140|
|
| 141 |
-
|Brazilian_houses |10692| 8 |https://openml.org/d/42688 | https://www.openml.org/d/44141|
|
| 142 |
-
|Bike_Sharing_Demand| 17379| 6| https://openml.org/d/42712 | https://www.openml.org/d/44142|
|
| 143 |
-
|nyc-taxi-green-dec-2016 |581835| 9| https://openml.org/d/42729 | https://www.openml.org/d/44143|
|
| 144 |
-
|house_sales |21613 |15 | https://openml.org/d/42731| https://www.openml.org/d/44144|
|
| 145 |
-
|sulfur |10081| 6 | https://openml.org/d/23515 | https://www.openml.org/d/44145|
|
| 146 |
-
|medical_charges | 163065 |3 | https://openml.org/d/42720 | https://www.openml.org/d/44146|
|
| 147 |
-
|MiamiHousing2016 |13932| 13 |https://openml.org/d/43093 | https://www.openml.org/d/44147|
|
| 148 |
-
|superconduct |21263 |79| https://openml.org/d/43174 | https://www.openml.org/d/44148|
|
| 149 |
-
|california |20640| 8 |https://www.dcc.fc.up.pt/ ltorgo/Regression/cal_housing.html |https://www.openml.org/d/44025|
|
| 150 |
-
|fifa |18063 |5 |https://www.kaggle.com/datasets/stefanoleone992/fifa-22-complete-player-dataset| https://www.openml.org/d/44026|
|
| 151 |
-
|year |515345 |90 |https://archive.ics.uci.edu/ml/datasets/yearpredictionmsd| https://www.openml.org/d/44027|
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
**Categorical Regression**
|
| 158 |
-
|dataset_name| n_samples| n_features| original_link| new_link|
|
| 159 |
-
|----|----|----|----|----|
|
| 160 |
-
|yprop_4_1 |8885 |62 |https://openml.org/d/416 |https://www.openml.org/d/44054|
|
| 161 |
-
|analcatdata_supreme |4052| 7 |https://openml.org/d/504 |https://www.openml.org/d/44055|
|
| 162 |
-
|visualizing_soil |8641| 4 |https://openml.org/d/688 |https://www.openml.org/d/44056|
|
| 163 |
-
|black_friday |166821| 9 |https://openml.org/d/41540| https://www.openml.org/d/44057|
|
| 164 |
-
|diamonds | 53940| 9| https://openml.org/d/42225| https://www.openml.org/d/44059|
|
| 165 |
-
|Mercedes_Benz_Greener_Manufacturing |4209 |359| https://openml.org/d/42570 |https://www.openml.org/d/44061|
|
| 166 |
-
|Brazilian_houses| 10692| 11 |https://openml.org/d/42688 |https://www.openml.org/d/44062|
|
| 167 |
-
|Bike_Sharing_Demand| 17379| 11 |https://openml.org/d/42712 |https://www.openml.org/d/44063|
|
| 168 |
-
|OnlineNewsPopularity |39644| 59| https://openml.org/d/42724| https://www.openml.org/d/44064|
|
| 169 |
-
|nyc-taxi-green-dec-2016| 581835 |16 |https://openml.org/d/42729|https://www.openml.org/d/44065|
|
| 170 |
-
|house_sales | 21613| 17| https://openml.org/d/42731| https://www.openml.org/d/44066|
|
| 171 |
-
|particulate-matter-ukair-2017 |394299 |6| https://openml.org/d/42207| https://www.openml.org/d/44068|
|
| 172 |
-
|SGEMM_GPU_kernel_performance | 241600| 9 |https://openml.org/d/43144| https://www.openml.org/d/44069|
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
### Dataset Curators
|
| 176 |
-
|
| 177 |
-
Léo Grinsztajn, Edouard Oyallon, Gaël Varoquaux.
|
| 178 |
-
|
| 179 |
-
### Licensing Information
|
| 180 |
-
|
| 181 |
-
[More Information Needed]
|
| 182 |
-
|
| 183 |
-
### Citation Information
|
| 184 |
-
|
| 185 |
-
Léo Grinsztajn, Edouard Oyallon, Gaël Varoquaux. Why do tree-based models still outperform deep
|
| 186 |
-
learning on typical tabular data?. NeurIPS 2022 Datasets and Benchmarks Track, Nov 2022, New
|
| 187 |
-
Orleans, United States. ffhal-03723551v2f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clf_cat/KDDCup09_upselling.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_cat/compass.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_cat/covertype.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:246f5d269dde5ead8fa1462d73583de0459d3f6093ad61c9e38f6c156606364f
|
| 3 |
-
size 62775986
|
|
|
|
|
|
|
|
|
|
|
|
clf_cat/electricity.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_cat/eye_movements.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_cat/rl.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_cat/road-safety.csv → clf_cat_albert/train/0000.parquet
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00cac2df6edcaf52b3445b44b6701274d1c972072517128f02bc59de17188ca6
|
| 3 |
+
size 2466825
|
clf_num/Higgs.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:97e7cfe445c3a0ae3809b41eff04065c588e75968bd20a0485ae5d00697efd08
|
| 3 |
-
size 440107695
|
|
|
|
|
|
|
|
|
|
|
|
clf_num/MagicTelescope.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/MiniBooNE.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c6ec9fdaad755c59cf276baf049599bf974b002848f131f5e7323005b132495b
|
| 3 |
-
size 41225150
|
|
|
|
|
|
|
|
|
|
|
|
clf_num/bank-marketing.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/california.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/covertype.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:11d5086b4bba5013ab459ff876307efdb6b9db80c70ae9e48b0da667603ab0a7
|
| 3 |
-
size 109908675
|
|
|
|
|
|
|
|
|
|
|
|
clf_num/credit.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/electricity.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/eye_movements.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/house_16H.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/jannis.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1c6e8a98cc3e6676ce28a4f2ef3a810a24467d9c0940e1ca026a67d0b1ea8a99
|
| 3 |
-
size 26718488
|
|
|
|
|
|
|
|
|
|
|
|
clf_num/kdd_ipums_la_97-small.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/phoneme.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/pol.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
clf_num/wine.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/Bike_Sharing_Demand.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/Brazilian_houses.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/Mercedes_Benz_Greener_Manufacturing.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/OnlineNewsPopularity.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d8d8985ded69f213ed2ff94d7c6683100c374552ce5251d40b7fb733e63a2004
|
| 3 |
-
size 18853702
|
|
|
|
|
|
|
|
|
|
|
|
reg_cat/SGEMM_GPU_kernel_performance.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c2e98b1ffe16175bde3c54fb25225ff336006968f8f8f666ea31aaab73c0f734
|
| 3 |
-
size 13482781
|
|
|
|
|
|
|
|
|
|
|
|
reg_cat/analcatdata_supreme.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/black_friday.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/diamonds.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/house_sales.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/nyc-taxi-green-dec-2016.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c2bd9e5235795645bffb297be7106afbd403512539b06af0246c34af61dc8fc0
|
| 3 |
-
size 37924077
|
|
|
|
|
|
|
|
|
|
|
|
reg_cat/particulate-matter-ukair-2017.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:60efa8c8e822d005dbda9642249edc2afce6a82bd2b65a55d5917c6a23d09bb1
|
| 3 |
-
size 17155359
|
|
|
|
|
|
|
|
|
|
|
|
reg_cat/visualizing_soil.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_cat/yprop_4_1.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/Ailerons.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/Bike_Sharing_Demand.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/Brazilian_houses.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/MiamiHousing2016.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/california.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/cpu_act.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/diamonds.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/elevators.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/fifa.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/house_16H.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/house_sales.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/houses.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reg_num/isolet.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c35d63ff318c0660c267c1c7e0e1759581362793aeaca6fb2397f9a1f4910ab5
|
| 3 |
-
size 32568247
|
|
|
|
|
|
|
|
|
|
|
|
reg_num/medical_charges.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|