Flags Dataset ============= This dataset contains data about nations and their national flags. The multi-label classification task is to predict the colors that appear on the flags. Dataset characteristics: ------------------------ instances = 194 attributes = 19 (9 nominal and 10 numeric) labels = 7 (L = {red, green, blue, yellow, white, black, orange}) label cardinality = 3.39 domain = images Citation Request: ----------------- Please cite the following: @inproceedings{gpf13, author = {Eduardo Corr\^{e}a Gon\c{c}alves and Alexandre Plastino and Alex A. Freitas}, title = {A Genetic Algorithm for Optimizing the Label Ordering in Multi-Label Classifier Chains}, booktitle = {Proceedings of the 25th IEEE International Conference on Tools with Artificial Intelligence}, series = {ICTAI'13}, address = {Washington, D.C., USA}, month = {November}, pages = {469--476}, year = {2013} } The original data can be found at the UCI repository (http://archive.ics.uci.edu/ml/machine-learning-databases/flags/).