{ "data_id": "43379", "name": "Pokmon-Legendary-Data", "exact_name": "Pokmon-Legendary-Data", "version": 1, "version_label": "v1.0", "description": "Context\nIn the world of Pokmon academia, one name towers above any other Professor Samuel Oak. While his colleague Professor Elm specializes in Pokmon evolution, Oak has dedicated his career to understanding the relationship between Pokmon and their human trainers. A former trainer himself, the professor has first-hand experience of how obstinate Pokmon can be particularly when they hold legendary status.\nFor his latest research project, Professor Oak has decided to investigate the defining characteristics of legendary Pokmon to improve our understanding of their temperament. Hearing of our expertise in classification problems, he has enlisted us as the lead researchers.\nOur journey begins at the professor's research lab in Pallet Town, Kanto. The first step is to open up the Pokdex, an encyclopaedic guide to 801 Pokmon from all seven generations.\n\nContent\nAfter browsing the Pokdex, we can see several variables that could feasibly explain what makes a Pokmon legendary. We have a series of numerical fighter stats attack, defense, speed and so on as well as a categorization of Pokemon type (bug, dark, dragon, etc.). is_legendary is the binary classification variable we will eventually be predicting, tagged 1 if a Pokmon is legendary and 0 if it is not.\nBefore we explore these variables in any depth, let's find out how many Pokmon are legendary out of the 801 total, using the handy count() function from the dplyr package.\n\nAcknowledgements\nDataCamp", "format": "arff", "uploader": "Elif Ceren Gok", "uploader_id": 30125, "visibility": "public", "creator": null, "contributor": null, "date": "2022-03-23 12:44:22", "update_comment": null, "last_update": "2022-03-23 12:44:22", "licence": "GPL 2", "status": "active", "error_message": null, "url": "https:\/\/www.openml.org\/data\/download\/22102204\/dataset", "default_target_attribute": "is_legendary", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "Pokmon-Legendary-Data", "Context In the world of Pokmon academia, one name towers above any other Professor Samuel Oak. While his colleague Professor Elm specializes in Pokmon evolution, Oak has dedicated his career to understanding the relationship between Pokmon and their human trainers. A former trainer himself, the professor has first-hand experience of how obstinate Pokmon can be particularly when they hold legendary status. For his latest research project, Professor Oak has decided to investigate the defining char " ], "weight": 5 }, "qualities": { "NumberOfInstances": 801, "NumberOfFeatures": 14, "NumberOfClasses": 0, "NumberOfMissingValues": 138, "NumberOfInstancesWithMissingValues": 117, "NumberOfNumericFeatures": 12, "NumberOfSymbolicFeatures": 0, "Dimensionality": 0.017478152309612985, "PercentageOfNumericFeatures": 85.71428571428571, "MajorityClassPercentage": null, "PercentageOfSymbolicFeatures": 0, "MajorityClassSize": null, "MinorityClassPercentage": null, "MinorityClassSize": null, "NumberOfBinaryFeatures": 0, "PercentageOfBinaryFeatures": 0, "PercentageOfInstancesWithMissingValues": 14.606741573033707, "AutoCorrelation": 0.97625, "PercentageOfMissingValues": 1.2306046013911183 }, "tags": [ { "uploader": "38960", "tag": "Machine Learning" }, { "uploader": "38960", "tag": "Manufacturing" } ], "features": [ { "name": "is_legendary", "index": "13", "type": "numeric", "distinct": "2", "missing": "0", "target": "1", "min": "0", "max": "1", "mean": "0", "stdev": "0" }, { "name": "pokedex_number", "index": "0", "type": "numeric", "distinct": "801", "missing": "0", "min": "1", "max": "801", "mean": "401", "stdev": "231" }, { "name": "name", "index": "1", "type": "string", "distinct": "800", "missing": "0" }, { "name": "attack", "index": "2", "type": "numeric", "distinct": "114", "missing": "0", "min": "5", "max": "185", "mean": "78", "stdev": "32" }, { "name": "defense", "index": "3", "type": "numeric", "distinct": "109", "missing": "0", "min": "5", "max": "230", "mean": "73", "stdev": "31" }, { "name": "height_m", "index": "4", "type": "numeric", "distinct": "51", "missing": "20", "min": "0", "max": "15", "mean": "1", "stdev": "1" }, { "name": "hp", "index": "5", "type": "numeric", "distinct": "99", "missing": "0", "min": "1", "max": "255", "mean": "69", "stdev": "27" }, { "name": "percentage_male", "index": "6", "type": "numeric", "distinct": "7", "missing": "98", "min": "0", "max": "100", "mean": "55", "stdev": "20" }, { "name": "sp_attack", "index": "7", "type": "numeric", "distinct": "111", "missing": "0", "min": "10", "max": "194", "mean": "71", "stdev": "32" }, { "name": "sp_defense", "index": "8", "type": "numeric", "distinct": "97", "missing": "0", "min": "20", "max": "230", "mean": "71", "stdev": "28" }, { "name": "speed", "index": "9", "type": "numeric", "distinct": "113", "missing": "0", "min": "5", "max": "180", "mean": "66", "stdev": "29" }, { "name": "type", "index": "10", "type": "string", "distinct": "18", "missing": "0" }, { "name": "weight_kg", "index": "11", "type": "numeric", "distinct": "421", "missing": "20", "min": "0", "max": "1000", "mean": "61", "stdev": "109" }, { "name": "generation", "index": "12", "type": "numeric", "distinct": "7", "missing": "0", "min": "1", "max": "7", "mean": "4", "stdev": "2" } ], "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 }