Data
albert

albert

active ARFF Publicly available Visibility: public Uploaded 07-01-2023 by Leo Grin
0 likes downloaded by 0 people , 0 total downloads 0 issues 0 downvotes
  • Computer Systems Machine Learning
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Dataset used in the tabular data benchmark https://github.com/LeoGrin/tabular-benchmark, transformed in the same way. This dataset belongs to the "classification on both numerical and categorical features" benchmark. Original link: https://openml.org/d/41147 Original description: The goal of this challenge is to expose the research community to real world datasets of interest to 4Paradigm. All datasets are formatted in a uniform way, though the type of data might differ. The data are provided as preprocessed matrices, so that participants can focus on classification, although participants are welcome to use additional feature extraction procedures (as long as they do not violate any rule of the challenge). All problems are binary classification problems and are assessed with the normalized Area Under the ROC Curve (AUC) metric (i.e. 2*AUC-1). The identity of the datasets and the type of data is concealed, though its structure is revealed. The final score in phase 2 will be the average of rankings on all testing datasets, a ranking will be generated from such results, and winners will be determined according to such ranking. The tasks are constrained by a time budget. The Codalab platform provides computational resources shared by all participants. Each code submission will be exceuted in a compute worker with the following characteristics: 2Cores / 8G Memory / 40G SSD with Ubuntu OS. To ensure the fairness of the evaluation, when a code submission is evaluated, its execution time is limited in time. http://automl.chalearn.org/data

32 features

class (target)nominal2 unique values
0 missing
V1numeric150 unique values
0 missing
V2numeric2083 unique values
0 missing
V3numeric575 unique values
0 missing
V4numeric85 unique values
0 missing
V5numeric6589 unique values
0 missing
V6numeric1326 unique values
0 missing
V7numeric715 unique values
0 missing
V8numeric52 unique values
0 missing
V9numeric1673 unique values
0 missing
V10numeric9 unique values
0 missing
V11numeric104 unique values
0 missing
V13numeric145 unique values
0 missing
V19nominal10 unique values
0 missing
V22nominal3 unique values
0 missing
V30nominal8 unique values
0 missing
V33nominal4 unique values
0 missing
V35nominal10 unique values
0 missing
V36nominal13 unique values
0 missing
V40numeric580 unique values
0 missing
V41nominal4 unique values
0 missing
V42numeric79 unique values
0 missing
V43numeric1526 unique values
0 missing
V45nominal9 unique values
0 missing
V47nominal11 unique values
0 missing
V50numeric593 unique values
0 missing
V51numeric95 unique values
0 missing
V52numeric8 unique values
0 missing
V59numeric605 unique values
0 missing
V63nominal14 unique values
0 missing
V72numeric90 unique values
0 missing
V75numeric91 unique values
0 missing

19 properties

58252
Number of instances (rows) of the dataset.
32
Number of attributes (columns) of the dataset.
2
Number of distinct values of the target attribute (if it is nominal).
0
Number of missing values in the dataset.
0
Number of instances with at least one value missing.
21
Number of numeric attributes.
11
Number of nominal attributes.
3.13
Percentage of binary attributes.
0
Percentage of instances having missing values.
1
Average class difference between consecutive instances.
0
Percentage of missing values.
0
Number of attributes divided by the number of instances.
65.63
Percentage of numeric attributes.
50
Percentage of instances belonging to the most frequent class.
34.38
Percentage of nominal attributes.
29126
Number of instances belonging to the most frequent class.
50
Percentage of instances belonging to the least frequent class.
29126
Number of instances belonging to the least frequent class.
1
Number of binary attributes.

2 tasks

0 runs - estimation_procedure: 10-fold Crossvalidation - evaluation_measure: predictive_accuracy - target_feature: class
0 runs - estimation_procedure: 4-fold Crossvalidation - target_feature: class
Define a new task