main main
KEEL - dataset     Attribute Noise data sets

The standard classification task consists of making generalizations from a set of training examples. The knowledge learned from them can be applied on a set of unobserved examples to predict their classes. When noise affects the features or classes of the training examples is more difficult to perform a good prediction of the unseen examples class.

This section shows the data sets with attribute noise avalaible in the repository. Every one defines a supervised classification problem, where each of its examples is composed by some nominal or numerical attributes and a nominal output attribute (its class).

Each data file has the following structure:

  • @relation: Name of the data set
  • @attribute: Description of an attribute (one for each attribute)
  • @inputs: List with the names of the input attributes
  • @output: Name of the output attribute
  • @data: Starting tag of the data

The rest of the file contains all the examples belonging to the data set, expressed in comma sepparated values format. None of the data sets contains missing values.

All data sets included here are Standard data sets in which we have introduced aleatory attribute noise, following the schema in next section.


In order to introduce attribute noise in the data sets, we adopt the schema which is described as follows:

The wrong values are introduced into each attribute A with a level of x%. In order to corrupt each attribute A with a noise level of x%, the x% of the examples in the data set are chosen approximately and the value of A of each of these examples is assigned a random value between the minimum and maximum of the domain of that attribute, following a uniform distribution.

This schema was proposed by Wu et al. in "Error detection and impactsensitive instance ranking in noisy datasets", In Proceedings of 19th National conference on Artificial Intelligence (AAAI-2004), San Jose, CA., 2004. They suggested this scheme based on the hypothesis that interactions between attributes are weak. As a result, the noise introduced in each attribute has a low correlation with the noise introduced in the rest. With this schema, the percentage of noise in the data set may be lower than desired, because random assignment can choose the original value again sometimes.

5 partitions are used in the partitioning scheme (an stratified 5-folds cross validation). Since each fold has a larger number of examples considering 5 partitions than considering a higher number of partitions, e.g., 10, it is likely that little modifications in the classifiers used due to the effect of noise on training sets to be shown better in test sets because a larger number of examples are considered.

So we have created the data sets following three different schemes based on where the noise is present:

 -    Noisy Train - Noisy Test
 -    Noisy Train - Clean Test
 -    Clean Train - Noisy Test


For each of the schemes where the noise is present, we have introduced three different noise levels: 5%, 10%, 15% and 20%.

So for the scheme Noisy Train - Noisy Test, we have:

 -      5% Noisy Train - Noisy Test
 -    10% Noisy Train - Noisy Test
 -    15% Noisy Train - Noisy Test
 -    20% Noisy Train - Noisy Test


, for the scheme Noisy Train - Clean Test, we have:

 -      5% Noisy Train - Clean Test
 -    10% Noisy Train - Clean Test
 -    15% Noisy Train - Clean Test
 -    20% Noisy Train - Clean Test


, and for the scheme Clean Train - Clean Test, we have:

 -      5% Clean Train - Noisy Test
 -    10% Clean Train - Noisy Test
 -    15% Clean Train - Noisy Test
 -    20% Clean Train - Noisy Test


Below you can find all the Attribute Noise data sets available with 5% of noise in training and test sets. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set in KEEL format (inside a ZIP file). This complete data set is only available with this type of scheme (Noisy Train - Noisy Test) because is the only one in which has sense. It is due to the instances in each training and test partitions form the complete data set always and do not in the other ones. Additionally, it is possible to obtain the data set already partitioned, by means of a 5-folds cross validation procedure.

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png Data set 5-fcv Header
iris-5an-nn4        (4/0/0)1503zip.gifzip.giftxt.png
ecoli-5an-nn7        (7/0/0)3368zip.gifzip.giftxt.png
pima-5an-nn8        (8/0/0)7682zip.gifzip.giftxt.png
yeast-5an-nn8        (8/0/0)148410zip.gifzip.giftxt.png
glass-5an-nn9        (9/0/0)2147zip.gifzip.giftxt.png
contraceptive-5an-nn9        (0/9/0)14733zip.gifzip.giftxt.png
page-blocks-5an-nn10        (4/6/0)54725zip.gifzip.giftxt.png
wine-5an-nn13        (13/0/0)1783zip.gifzip.giftxt.png
heart-5an-nn13        (1/12/0)2702zip.gifzip.giftxt.png
penbased-5an-nn16        (0/16/0)1099210zip.gifzip.giftxt.png
segment-5an-nn19        (19/0/0)23107zip.gifzip.giftxt.png
ring-5an-nn20        (20/0/0)74002zip.gifzip.giftxt.png
twonorm-5an-nn20        (20/0/0)74002zip.gifzip.giftxt.png
thyroid-5an-nn21        (6/15/0)72003zip.gifzip.giftxt.png
wdbc-5an-nn30        (30/0/0)5692zip.gifzip.giftxt.png
ionosphere-5an-nn33        (32/1/0)3512zip.gifzip.giftxt.png
satimage-5an-nn36        (0/36/0)64357zip.gifzip.giftxt.png
spambase-5an-nn57        (57/0/0)45972zip.gifzip.giftxt.png
sonar-5an-nn60        (60/0/0)2082zip.gifzip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 10% of noise in training and test sets. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set in KEEL format (inside a ZIP file). This complete data set is only available with this type of scheme (Noisy Train - Noisy Test) because is the only one in which has sense. It is due to the instances in each training and test partitions form the complete data set always and do not in the other ones. Additionally, it is possible to obtain the data set already partitioned, by means of a 5-folds cross validation procedure.

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png Data set 5-fcv Header
iris-10an-nn4        (4/0/0)1503zip.gifzip.giftxt.png
ecoli-10an-nn7        (7/0/0)3368zip.gifzip.giftxt.png
pima-10an-nn8        (8/0/0)7682zip.gifzip.giftxt.png
yeast-10an-nn8        (8/0/0)148410zip.gifzip.giftxt.png
glass-10an-nn9        (9/0/0)2147zip.gifzip.giftxt.png
contraceptive-10an-nn9        (0/9/0)14733zip.gifzip.giftxt.png
page-blocks-10an-nn10        (4/6/0)54725zip.gifzip.giftxt.png
wine-10an-nn13        (13/0/0)1783zip.gifzip.giftxt.png
heart-10an-nn13        (1/12/0)2702zip.gifzip.giftxt.png
penbased-10an-nn16        (0/16/0)1099210zip.gifzip.giftxt.png
segment-10an-nn19        (19/0/0)23107zip.gifzip.giftxt.png
ring-10an-nn20        (20/0/0)74002zip.gifzip.giftxt.png
twonorm-10an-nn20        (20/0/0)74002zip.gifzip.giftxt.png
thyroid-10an-nn21        (6/15/0)72003zip.gifzip.giftxt.png
wdbc-10an-nn30        (30/0/0)5692zip.gifzip.giftxt.png
ionosphere-10an-nn33        (32/1/0)3512zip.gifzip.giftxt.png
satimage-10an-nn36        (0/36/0)64357zip.gifzip.giftxt.png
spambase-10an-nn57        (57/0/0)45972zip.gifzip.giftxt.png
sonar-10an-nn60        (60/0/0)2082zip.gifzip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 15% of noise in training and test sets. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set in KEEL format (inside a ZIP file). This complete data set is only available with this type of scheme (Noisy Train - Noisy Test) because is the only one in which has sense. It is due to the instances in each training and test partitions form the complete data set always and do not in the other ones. Additionally, it is possible to obtain the data set already partitioned, by means of a 5-folds cross validation procedure.

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png Data set 5-fcv Header
iris-15an-nn4        (4/0/0)1503zip.gifzip.giftxt.png
ecoli-15an-nn7        (7/0/0)3368zip.gifzip.giftxt.png
pima-15an-nn8        (8/0/0)7682zip.gifzip.giftxt.png
yeast-15an-nn8        (8/0/0)148410zip.gifzip.giftxt.png
glass-15an-nn9        (9/0/0)2147zip.gifzip.giftxt.png
contraceptive-15an-nn9        (0/9/0)14733zip.gifzip.giftxt.png
page-blocks-15an-nn10        (4/6/0)54725zip.gifzip.giftxt.png
wine-15an-nn13        (13/0/0)1783zip.gifzip.giftxt.png
heart-15an-nn13        (1/12/0)2702zip.gifzip.giftxt.png
penbased-15an-nn16        (0/16/0)1099210zip.gifzip.giftxt.png
segment-15an-nn19        (19/0/0)23107zip.gifzip.giftxt.png
ring-15an-nn20        (20/0/0)74002zip.gifzip.giftxt.png
twonorm-15an-nn20        (20/0/0)74002zip.gifzip.giftxt.png
thyroid-15an-nn21        (6/15/0)72003zip.gifzip.giftxt.png
wdbc-15an-nn30        (30/0/0)5692zip.gifzip.giftxt.png
ionosphere-15an-nn33        (32/1/0)3512zip.gifzip.giftxt.png
satimage-15an-nn36        (0/36/0)64357zip.gifzip.giftxt.png
spambase-15an-nn57        (57/0/0)45972zip.gifzip.giftxt.png
sonar-15an-nn60        (60/0/0)2082zip.gifzip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 20% of noise in training and test sets. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set in KEEL format (inside a ZIP file). This complete data set is only available with this type of scheme (Noisy Train - Noisy Test) because is the only one in which has sense. It is due to the instances in each training and test partitions form the complete data set always and do not in the other ones. Additionally, it is possible to obtain the data set already partitioned, by means of a 5-folds cross validation procedure.

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png Data set 5-fcv Header
iris-20an-nn4        (4/0/0)1503zip.gifzip.giftxt.png
ecoli-20an-nn7        (7/0/0)3368zip.gifzip.giftxt.png
pima-20an-nn8        (8/0/0)7682zip.gifzip.giftxt.png
yeast-20an-nn8        (8/0/0)148410zip.gifzip.giftxt.png
glass-20an-nn9        (9/0/0)2147zip.gifzip.giftxt.png
contraceptive-20an-nn9        (0/9/0)14733zip.gifzip.giftxt.png
page-blocks-20an-nn10        (4/6/0)54725zip.gifzip.giftxt.png
wine-20an-nn13        (13/0/0)1783zip.gifzip.giftxt.png
heart-20an-nn13        (1/12/0)2702zip.gifzip.giftxt.png
penbased-20an-nn16        (0/16/0)1099210zip.gifzip.giftxt.png
segment-20an-nn19        (19/0/0)23107zip.gifzip.giftxt.png
ring-20an-nn20        (20/0/0)74002zip.gifzip.giftxt.png
twonorm-20an-nn20        (20/0/0)74002zip.gifzip.giftxt.png
thyroid-20an-nn21        (6/15/0)72003zip.gifzip.giftxt.png
wdbc-20an-nn30        (30/0/0)5692zip.gifzip.giftxt.png
ionosphere-20an-nn33        (32/1/0)3512zip.gifzip.giftxt.png
satimage-20an-nn36        (0/36/0)64357zip.gifzip.giftxt.png
spambase-20an-nn57        (57/0/0)45972zip.gifzip.giftxt.png
sonar-20an-nn60        (60/0/0)2082zip.gifzip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 5% of noise in training set while test one remains unchanged. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set already partitioned, by means of a 5-folds cross validation procedure, in KEEL format (inside a ZIP file).

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png 5-fcv Header
iris-5an-nc4        (4/0/0)1503zip.giftxt.png
ecoli-5an-nc7        (7/0/0)3368zip.giftxt.png
pima-5an-nc8        (8/0/0)7682zip.giftxt.png
yeast-5an-nc8        (8/0/0)148410zip.giftxt.png
glass-5an-nc9        (9/0/0)2147zip.giftxt.png
contraceptive-5an-nc9        (0/9/0)14733zip.giftxt.png
page-blocks-5an-nc10        (4/6/0)54725zip.giftxt.png
wine-5an-nc13        (13/0/0)1783zip.giftxt.png
heart-5an-nc13        (1/12/0)2702zip.giftxt.png
penbased-5an-nc16        (0/16/0)1099210zip.giftxt.png
segment-5an-nc19        (19/0/0)23107zip.giftxt.png
ring-5an-nc20        (20/0/0)74002zip.giftxt.png
twonorm-5an-nc20        (20/0/0)74002zip.giftxt.png
thyroid-5an-nc21        (6/15/0)72003zip.giftxt.png
wdbc-5an-nc30        (30/0/0)5692zip.giftxt.png
ionosphere-5an-nc33        (32/1/0)3512zip.giftxt.png
satimage-5an-nc36        (0/36/0)64357zip.giftxt.png
spambase-5an-nc57        (57/0/0)45972zip.giftxt.png
sonar-5an-nc60        (60/0/0)2082zip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 10% of noise in training set while test one remains unchanged. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set already partitioned, by means of a 5-folds cross validation procedure, in KEEL format (inside a ZIP file).

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png 5-fcv Header
iris-10an-nc4        (4/0/0)1503zip.giftxt.png
ecoli-10an-nc7        (7/0/0)3368zip.giftxt.png
pima-10an-nc8        (8/0/0)7682zip.giftxt.png
yeast-10an-nc8        (8/0/0)148410zip.giftxt.png
glass-10an-nc9        (9/0/0)2147zip.giftxt.png
contraceptive-10an-nc9        (0/9/0)14733zip.giftxt.png
page-blocks-10an-nc10        (4/6/0)54725zip.giftxt.png
wine-10an-nc13        (13/0/0)1783zip.giftxt.png
heart-10an-nc13        (1/12/0)2702zip.giftxt.png
penbased-10an-nc16        (0/16/0)1099210zip.giftxt.png
segment-10an-nc19        (19/0/0)23107zip.giftxt.png
ring-10an-nc20        (20/0/0)74002zip.giftxt.png
twonorm-10an-nc20        (20/0/0)74002zip.giftxt.png
thyroid-10an-nc21        (6/15/0)72003zip.giftxt.png
wdbc-10an-nc30        (30/0/0)5692zip.giftxt.png
ionosphere-10an-nc33        (32/1/0)3512zip.giftxt.png
satimage-10an-nc36        (0/36/0)64357zip.giftxt.png
spambase-10an-nc57        (57/0/0)45972zip.giftxt.png
sonar-10an-nc60        (60/0/0)2082zip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 15% of noise in training set while test one remains unchanged. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set already partitioned, by means of a 5-folds cross validation procedure, in KEEL format (inside a ZIP file).

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png 5-fcv Header
iris-15an-nc4        (4/0/0)1503zip.giftxt.png
ecoli-15an-nc7        (7/0/0)3368zip.giftxt.png
pima-15an-nc8        (8/0/0)7682zip.giftxt.png
yeast-15an-nc8        (8/0/0)148410zip.giftxt.png
glass-15an-nc9        (9/0/0)2147zip.giftxt.png
contraceptive-15an-nc9        (0/9/0)14733zip.giftxt.png
page-blocks-15an-nc10        (4/6/0)54725zip.giftxt.png
wine-15an-nc13        (13/0/0)1783zip.giftxt.png
heart-15an-nc13        (1/12/0)2702zip.giftxt.png
penbased-15an-nc16        (0/16/0)1099210zip.giftxt.png
segment-15an-nc19        (19/0/0)23107zip.giftxt.png
ring-15an-nc20        (20/0/0)74002zip.giftxt.png
twonorm-15an-nc20        (20/0/0)74002zip.giftxt.png
thyroid-15an-nc21        (6/15/0)72003zip.giftxt.png
wdbc-15an-nc30        (30/0/0)5692zip.giftxt.png
ionosphere-15an-nc33        (32/1/0)3512zip.giftxt.png
satimage-15an-nc36        (0/36/0)64357zip.giftxt.png
spambase-15an-nc57        (57/0/0)45972zip.giftxt.png
sonar-15an-nc60        (60/0/0)2082zip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 20% of noise in training set while test one remains unchanged. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set already partitioned, by means of a 5-folds cross validation procedure, in KEEL format (inside a ZIP file).

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png 5-fcv Header
iris-20an-nc4        (4/0/0)1503zip.giftxt.png
ecoli-20an-nc7        (7/0/0)3368zip.giftxt.png
pima-20an-nc8        (8/0/0)7682zip.giftxt.png
yeast-20an-nc8        (8/0/0)148410zip.giftxt.png
glass-20an-nc9        (9/0/0)2147zip.giftxt.png
contraceptive-20an-nc9        (0/9/0)14733zip.giftxt.png
page-blocks-20an-nc10        (4/6/0)54725zip.giftxt.png
wine-20an-nc13        (13/0/0)1783zip.giftxt.png
heart-20an-nc13        (1/12/0)2702zip.giftxt.png
penbased-20an-nc16        (0/16/0)1099210zip.giftxt.png
segment-20an-nc19        (19/0/0)23107zip.giftxt.png
ring-20an-nc20        (20/0/0)74002zip.giftxt.png
twonorm-20an-nc20        (20/0/0)74002zip.giftxt.png
thyroid-20an-nc21        (6/15/0)72003zip.giftxt.png
wdbc-20an-nc30        (30/0/0)5692zip.giftxt.png
ionosphere-20an-nc33        (32/1/0)3512zip.giftxt.png
satimage-20an-nc36        (0/36/0)64357zip.giftxt.png
spambase-20an-nc57        (57/0/0)45972zip.giftxt.png
sonar-20an-nc60        (60/0/0)2082zip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 5% of noise in test set while training one remains unchanged. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set already partitioned, by means of a 5-folds cross validation procedure, in KEEL format (inside a ZIP file).

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png 5-fcv Header
iris-5an-cn4        (4/0/0)1503zip.giftxt.png
ecoli-5an-cn7        (7/0/0)3368zip.giftxt.png
pima-5an-cn8        (8/0/0)7682zip.giftxt.png
yeast-5an-cn8        (8/0/0)148410zip.giftxt.png
glass-5an-cn9        (9/0/0)2147zip.giftxt.png
contraceptive-5an-cn9        (0/9/0)14733zip.giftxt.png
page-blocks-5an-cn10        (4/6/0)54725zip.giftxt.png
wine-5an-cn13        (13/0/0)1783zip.giftxt.png
heart-5an-cn13        (1/12/0)2702zip.giftxt.png
penbased-5an-cn16        (0/16/0)1099210zip.giftxt.png
segment-5an-cn19        (19/0/0)23107zip.giftxt.png
ring-5an-cn20        (20/0/0)74002zip.giftxt.png
twonorm-5an-cn20        (20/0/0)74002zip.giftxt.png
thyroid-5an-cn21        (6/15/0)72003zip.giftxt.png
wdbc-5an-cn30        (30/0/0)5692zip.giftxt.png
ionosphere-5an-cn33        (32/1/0)3512zip.giftxt.png
satimage-5an-cn36        (0/36/0)64357zip.giftxt.png
spambase-5an-cn57        (57/0/0)45972zip.giftxt.png
sonar-5an-cn60        (60/0/0)2082zip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 10% of noise in test set while training one remains unchanged. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set already partitioned, by means of a 5-folds cross validation procedure, in KEEL format (inside a ZIP file).

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png 5-fcv Header
iris-10an-cn4        (4/0/0)1503zip.giftxt.png
ecoli-10an-cn7        (7/0/0)3368zip.giftxt.png
pima-10an-cn8        (8/0/0)7682zip.giftxt.png
yeast-10an-cn8        (8/0/0)148410zip.giftxt.png
glass-10an-cn9        (9/0/0)2147zip.giftxt.png
contraceptive-10an-cn9        (0/9/0)14733zip.giftxt.png
page-blocks-10an-cn10        (4/6/0)54725zip.giftxt.png
wine-10an-cn13        (13/0/0)1783zip.giftxt.png
heart-10an-cn13        (1/12/0)2702zip.giftxt.png
penbased-10an-cn16        (0/16/0)1099210zip.giftxt.png
segment-10an-cn19        (19/0/0)23107zip.giftxt.png
ring-10an-cn20        (20/0/0)74002zip.giftxt.png
twonorm-10an-cn20        (20/0/0)74002zip.giftxt.png
thyroid-10an-cn21        (6/15/0)72003zip.giftxt.png
wdbc-10an-cn30        (30/0/0)5692zip.giftxt.png
ionosphere-10an-cn33        (32/1/0)3512zip.giftxt.png
satimage-10an-cn36        (0/36/0)64357zip.giftxt.png
spambase-10an-cn57        (57/0/0)45972zip.giftxt.png
sonar-10an-cn60        (60/0/0)2082zip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 10% of noise in test set while training one remains unchanged. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set already partitioned, by means of a 5-folds cross validation procedure, in KEEL format (inside a ZIP file).

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png 5-fcv Header
iris-15an-cn4        (4/0/0)1503zip.giftxt.png
ecoli-15an-cn7        (7/0/0)3368zip.giftxt.png
pima-15an-cn8        (8/0/0)7682zip.giftxt.png
yeast-15an-cn8        (8/0/0)148410zip.giftxt.png
glass-15an-cn9        (9/0/0)2147zip.giftxt.png
contraceptive-15an-cn9        (0/9/0)14733zip.giftxt.png
page-blocks-15an-cn10        (4/6/0)54725zip.giftxt.png
wine-15an-cn13        (13/0/0)1783zip.giftxt.png
heart-15an-cn13        (1/12/0)2702zip.giftxt.png
penbased-15an-cn16        (0/16/0)1099210zip.giftxt.png
segment-15an-cn19        (19/0/0)23107zip.giftxt.png
ring-15an-cn20        (20/0/0)74002zip.giftxt.png
twonorm-15an-cn20        (20/0/0)74002zip.giftxt.png
thyroid-15an-cn21        (6/15/0)72003zip.giftxt.png
wdbc-15an-cn30        (30/0/0)5692zip.giftxt.png
ionosphere-15an-cn33        (32/1/0)3512zip.giftxt.png
satimage-15an-cn36        (0/36/0)64357zip.giftxt.png
spambase-15an-cn57        (57/0/0)45972zip.giftxt.png
sonar-15an-cn60        (60/0/0)2082zip.giftxt.png
All data setszip.gif

Below you can find all the Attribute Noise data sets available with 20% of noise in test set while training one remains unchanged. For each data set, it is shown its name and its number of instances, attributes (Real/Integer/Nominal valued), classes (number of possible values of the output variable).

The table allows to download each data set already partitioned, by means of a 5-folds cross validation procedure, in KEEL format (inside a ZIP file).

By clicking in the column headers, you can order the table by names (alphabetically), by the number of examples, attributes or classes. Clicking again will sort the rows in reverse order.

Namedownarrow.png#Attributes (R/I/N)downarrowS.png#Examplesdownarrow.png#Classesdownarrow.png 5-fcv Header
iris-20an-cn4        (4/0/0)1503zip.giftxt.png
ecoli-20an-cn7        (7/0/0)3368zip.giftxt.png
pima-20an-cn8        (8/0/0)7682zip.giftxt.png
yeast-20an-cn8        (8/0/0)148410zip.giftxt.png
glass-20an-cn9        (9/0/0)2147zip.giftxt.png
contraceptive-20an-cn9        (0/9/0)14733zip.giftxt.png
page-blocks-20an-cn10        (4/6/0)54725zip.giftxt.png
wine-20an-cn13        (13/0/0)1783zip.giftxt.png
heart-20an-cn13        (1/12/0)2702zip.giftxt.png
penbased-20an-cn16        (0/16/0)1099210zip.giftxt.png
segment-20an-cn19        (19/0/0)23107zip.giftxt.png
ring-20an-cn20        (20/0/0)74002zip.giftxt.png
twonorm-20an-cn20        (20/0/0)74002zip.giftxt.png
thyroid-20an-cn21        (6/15/0)72003zip.giftxt.png
wdbc-20an-cn30        (30/0/0)5692zip.giftxt.png
ionosphere-20an-cn33        (32/1/0)3512zip.giftxt.png
satimage-20an-cn36        (0/36/0)64357zip.giftxt.png
spambase-20an-cn57        (57/0/0)45972zip.giftxt.png
sonar-20an-cn60        (60/0/0)2082zip.giftxt.png
All data setszip.gif

Collecting Data Sets

If you have some example data sets and you would like to share them with the rest of the research community by means of this page, please be so kind as to send your data to the Webmaster Team with the following information:

  • People answerable for the data (full name, affiliation, e-mail, web page, ...).
  • training and test data sets considered, preferably in ASCII format.
  • A brief description of the application.
  • References where it is used.
  • Results obtained by the methods proposed by the authors or used for comparison.
  • Type of experiment developed.
  • Any additional useful information.

Collecting Results

If you have applied your methods to some of the problems presented here we will be glad of showing your results in this page. Please be so kind as to send the following information to Webmaster Team:

  • Name of the application considered and type of experiment developed.
  • Results obtained by the methods proposed by the authors or used for comparison.
  • References where the results are shown.
  • Any additional useful information.

Contact Us

If you are interested on being informed of each update made in this page or you would like to comment on it, please contact with the Webmaster Team.



 
 Copyright 2004-2018, KEEL (Knowledge Extraction based on Evolutionary Learning)
About the Webmaster Team
Valid XHTML 1.1   Valid CSS!