{ "data_id": "43812", "name": "Performance-Prediction", "exact_name": "Performance-Prediction", "version": 1, "version_label": "v1.0", "description": "Content\nThe Dataset contains the summary of each player.\non the basis of the summary of each player you have to predict the target variable\nTarget Variable:\n1-Signifies whether a player has a career of 5 years or more.\n0-Signifies the career of the player is shorter than 5 years.\nSome features other than target variable:\nGamesPlayed\nPointsPerGame\n3PointMade etc.\nInspiration\n-This dataset is helpful in finding the features which are helpful in predicting that how long a player can play.\n-Use EDA to get the insight information about the features.\n-Create a classification model to predict the target variable.", "format": "arff", "uploader": "Elif Ceren Gok", "uploader_id": 30125, "visibility": "public", "creator": null, "contributor": null, "date": "2022-03-24 15:29:19", "update_comment": null, "last_update": "2022-03-24 15:29:19", "licence": "CC0: Public Domain", "status": "active", "error_message": null, "url": "https:\/\/www.openml.org\/data\/download\/22102637\/dataset", "default_target_attribute": "Target", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "Performance-Prediction", "Content The Dataset contains the summary of each player. on the basis of the summary of each player you have to predict the target variable Target Variable: 1-Signifies whether a player has a career of 5 years or more. 0-Signifies the career of the player is shorter than 5 years. Some features other than target variable: GamesPlayed PointsPerGame 3PointMade etc. Inspiration -This dataset is helpful in finding the features which are helpful in predicting that how long a player can play. -Use EDA " ], "weight": 5 }, "qualities": { "NumberOfInstances": 1340, "NumberOfFeatures": 21, "NumberOfClasses": 0, "NumberOfMissingValues": 11, "NumberOfInstancesWithMissingValues": 11, "NumberOfNumericFeatures": 20, "NumberOfSymbolicFeatures": 0, "Dimensionality": 0.015671641791044775, "PercentageOfNumericFeatures": 95.23809523809523, "MajorityClassPercentage": null, "PercentageOfSymbolicFeatures": 0, "MajorityClassSize": null, "MinorityClassPercentage": null, "MinorityClassSize": null, "NumberOfBinaryFeatures": 0, "PercentageOfBinaryFeatures": 0, "PercentageOfInstancesWithMissingValues": 0.8208955223880596, "AutoCorrelation": 0.5705750560119492, "PercentageOfMissingValues": 0.03909026297085999 }, "tags": [ { "uploader": "38960", "tag": "Machine Learning" }, { "uploader": "38960", "tag": "Medicine" } ], "features": [ { "name": "Target", "index": "20", "type": "numeric", "distinct": "2", "missing": "0", "target": "1", "min": "0", "max": "1", "mean": "1", "stdev": "0" }, { "name": "Name", "index": "0", "type": "string", "distinct": "1294", "missing": "0" }, { "name": "GamesPlayed", "index": "1", "type": "numeric", "distinct": "70", "missing": "0", "min": "11", "max": "82", "mean": "60", "stdev": "17" }, { "name": "MinutesPlayed", "index": "2", "type": "numeric", "distinct": "325", "missing": "0", "min": "3", "max": "41", "mean": "18", "stdev": "8" }, { "name": "PointsPerGame", "index": "3", "type": "numeric", "distinct": "191", "missing": "0", "min": "1", "max": "28", "mean": "7", "stdev": "4" }, { "name": "FieldGoalsMade", "index": "4", "type": "numeric", "distinct": "87", "missing": "0", "min": "0", "max": "10", "mean": "3", "stdev": "2" }, { "name": "FieldGoalsAttempt", "index": "5", "type": "numeric", "distinct": "159", "missing": "0", "min": "1", "max": "20", "mean": "6", "stdev": "4" }, { "name": "FieldGoalPercent", "index": "6", "type": "numeric", "distinct": "284", "missing": "0", "min": "24", "max": "74", "mean": "44", "stdev": "6" }, { "name": "3PointMade", "index": "7", "type": "numeric", "distinct": "23", "missing": "0", "min": "0", "max": "2", "mean": "0", "stdev": "0" }, { "name": "3PointAttempt", "index": "8", "type": "numeric", "distinct": "54", "missing": "0", "min": "0", "max": "7", "mean": "1", "stdev": "1" }, { "name": "3PointPercent", "index": "9", "type": "numeric", "distinct": "254", "missing": "11", "min": "0", "max": "100", "mean": "19", "stdev": "16" }, { "name": "FreeThrowMade", "index": "10", "type": "numeric", "distinct": "59", "missing": "0", "min": "0", "max": "8", "mean": "1", "stdev": "1" }, { "name": "FreeThrowAttempt", "index": "11", "type": "numeric", "distinct": "76", "missing": "0", "min": "0", "max": "10", "mean": "2", "stdev": "1" }, { "name": "FreeThrowPercent", "index": "12", "type": "numeric", "distinct": "383", "missing": "0", "min": "0", "max": "100", "mean": "70", "stdev": "11" }, { "name": "OffensiveRebounds", "index": "13", "type": "numeric", "distinct": "44", "missing": "0", "min": "0", "max": "5", "mean": "1", "stdev": "1" }, { "name": "DefensiveRebounds", "index": "14", "type": "numeric", "distinct": "74", "missing": "0", "min": "0", "max": "10", "mean": "2", "stdev": "1" }, { "name": "Rebounds", "index": "15", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "14", "mean": "3", "stdev": "2" }, { "name": "Assists", "index": "16", "type": "numeric", "distinct": "77", "missing": "0", "min": "0", "max": "11", "mean": "2", "stdev": "1" }, { "name": "Steals", "index": "17", "type": "numeric", "distinct": "26", "missing": "0", "min": "0", "max": "3", "mean": "1", "stdev": "0" }, { "name": "Blocks", "index": "18", "type": "numeric", "distinct": "28", "missing": "0", "min": "0", "max": "4", "mean": "0", "stdev": "0" }, { "name": "Turnovers", "index": "19", "type": "numeric", "distinct": "41", "missing": "0", "min": "0", "max": "4", "mean": "1", "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 }