{ "data_id": "44136", "name": "wine_quality", "exact_name": "wine_quality", "version": 6, "version_label": null, "description": "Dataset used in the tabular data benchmark https:\/\/github.com\/LeoGrin\/tabular-benchmark, transformed in the same way. This dataset belongs to the \"regression on numerical features\" benchmark. Original description: \n \n**Author**: Tobias Kuehn \n**Source**: Unknown - 2009 \n**Please cite**: \n\n1. Title: Wine Quality \n\n2. Sources\nCreated by: Paulo Cortez (Univ. Minho), Antonio Cerdeira, Fernando Almeida, Telmo Matos and Jose Reis (CVRVV) @ 2009\n \n3. Past Usage:\nP. Cortez, A. Cerdeira, F. Almeida, T. Matos and J. Reis. \nModeling wine preferences by data mining from physicochemical properties.\nIn Decision Support Systems, Elsevier, 47(4):547-553. ISSN: 0167-9236.\n\nIn the above reference, two datasets were created, using red and white wine samples.\nThe inputs include objective tests (e.g. PH values) and the output is based on sensory data (median of at least 3 evaluations made by wine experts). Each expert graded the wine quality between 0 (very bad) and 10 (very excellent). Several data mining methods were applied to model these datasets under a regression approach. The support vector machine model achieved the best results. Several metrics were computed: MAD, confusion matrix for a fixed error tolerance (T), etc. Also, we plot the relative importances of the input variables (as measured by a sensitivity analysis procedure).\n \n4. Relevant Information:\nThe two datasets are related to red and white variants of the Portuguese \"Vinho Verde\" wine. For more details, consult: http:\/\/www.vinhoverde.pt\/en\/ or the reference [Cortez et al., 2009]. Due to privacy and logistic issues, only physicochemical (inputs) and sensory (the output) variables are available (e.g. there is no data about grape types, wine brand, wine selling price, etc.).\nThese datasets can be viewed as classification or regression tasks.\nThe classes are ordered and not balanced (e.g. there are munch more normal wines than excellent or poor ones). Outlier detection algorithms could be used to detect the few excellent or poor wines. Also, we are not sure if all input variables are relevant. So it could be interesting to test feature selection methods. \n\n5. Number of Instances: red wine - first 1599 instances; white wine - instances 1600 to 6497. \n \n6. Number of Attributes: 11 + output attribute\nNote: several of the attributes may be correlated, thus it makes sense to apply some sort of feature selection.\n\n7. Attribute information:\nFor more information, read [Cortez et al., 2009].\nInput variables (based on physicochemical tests):\n1 - fixed acidity\n2 - volatile acidity\n3 - citric acid\n4 - residual sugar\n5 - chlorides\n6 - free sulfur dioxide\n7 - total sulfur dioxide\n8 - density\n9 - pH\n10 - sulphates\n11 - alcohol\nOutput variable (based on sensory data): \n12 - quality (score between 0 and 10)\n\n8. Missing Attribute Values: None", "format": "arff", "uploader": "Leo Grin", "uploader_id": 26324, "visibility": "public", "creator": "\"Paulo Cortez\"", "contributor": "\"Leo Grin\"", "date": "2022-07-05 20:50:16", "update_comment": null, "last_update": "2022-07-05 20:50:16", "licence": "Public", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22103261\/dataset", "default_target_attribute": "quality", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "wine_quality", "Dataset used in the tabular data benchmark https:\/\/github.com\/LeoGrin\/tabular-benchmark, transformed in the same way. This dataset belongs to the \"regression on numerical features\" benchmark. Original description: 1. Title: Wine Quality 2. Sources Created by: Paulo Cortez (Univ. Minho), Antonio Cerdeira, Fernando Almeida, Telmo Matos and Jose Reis (CVRVV) @ 2009 3. Past Usage: P. Cortez, A. Cerdeira, F. Almeida, T. Matos and J. Reis. Modeling wine preferences by data mining from physicochemical " ], "weight": 5 }, "qualities": { "NumberOfInstances": 6497, "NumberOfFeatures": 12, "NumberOfClasses": 0, "NumberOfMissingValues": 0, "NumberOfInstancesWithMissingValues": 0, "NumberOfNumericFeatures": 12, "NumberOfSymbolicFeatures": 0, "PercentageOfMissingValues": 0, "AutoCorrelation": 0.22213669950738915, "PercentageOfNumericFeatures": 100, "Dimensionality": 0.0018470063106048947, "MajorityClassPercentage": null, "PercentageOfSymbolicFeatures": 0, "MajorityClassSize": null, "MinorityClassPercentage": null, "MinorityClassSize": null, "NumberOfBinaryFeatures": 0, "PercentageOfBinaryFeatures": 0, "PercentageOfInstancesWithMissingValues": 0 }, "tags": [ { "uploader": "38960", "tag": "Chemistry" }, { "uploader": "38960", "tag": "Machine Learning" } ], "features": [ { "name": "quality", "index": "11", "type": "numeric", "distinct": "7", "missing": "0", "target": "1", "min": "3", "max": "9", "mean": "6", "stdev": "1" }, { "name": "fixed.acidity", "index": "0", "type": "numeric", "distinct": "106", "missing": "0", "min": "4", "max": "16", "mean": "7", "stdev": "1" }, { "name": "volatile.acidity", "index": "1", "type": "numeric", "distinct": "187", "missing": "0", "min": "0", "max": "2", "mean": "0", "stdev": "0" }, { "name": "citric.acid", "index": "2", "type": "numeric", "distinct": "89", "missing": "0", "min": "0", "max": "2", "mean": "0", "stdev": "0" }, { "name": "residual.sugar", "index": "3", "type": "numeric", "distinct": "316", "missing": "0", "min": "1", "max": "66", "mean": "5", "stdev": "5" }, { "name": "chlorides", "index": "4", "type": "numeric", "distinct": "214", "missing": "0", "min": "0", "max": "1", "mean": "0", "stdev": "0" }, { "name": "free.sulfur.dioxide", "index": "5", "type": "numeric", "distinct": "135", "missing": "0", "min": "1", "max": "289", "mean": "31", "stdev": "18" }, { "name": "total.sulfur.dioxide", "index": "6", "type": "numeric", "distinct": "276", "missing": "0", "min": "6", "max": "440", "mean": "116", "stdev": "57" }, { "name": "density", "index": "7", "type": "numeric", "distinct": "998", "missing": "0", "min": "1", "max": "1", "mean": "1", "stdev": "0" }, { "name": "pH", "index": "8", "type": "numeric", "distinct": "108", "missing": "0", "min": "3", "max": "4", "mean": "3", "stdev": "0" }, { "name": "sulphates", "index": "9", "type": "numeric", "distinct": "111", "missing": "0", "min": "0", "max": "2", "mean": "1", "stdev": "0" }, { "name": "alcohol", "index": "10", "type": "numeric", "distinct": "111", "missing": "0", "min": "8", "max": "15", "mean": "10", "stdev": "1" } ], "nr_of_issues": 0, "nr_of_downvotes": 0, "nr_of_likes": 0, "nr_of_downloads": 0, "total_downloads": 0, "reach": 0, "reuse": 0, "impact_of_reuse": 0, "reach_of_reuse": 0, "impact": 0 }