{ "data_id": "45577", "name": "Give-Me-Some-Credit", "exact_name": "Give-Me-Some-Credit", "version": 1, "version_label": null, "description": "Improve on the state of the art in credit scoring by predicting the probability that somebody will experience financial distress in the next two years.\n\n## Description\n\nBanks play a crucial role in market economies. They decide who can get finance and on what terms and can make or break investment decisions. For markets and society to function, individuals and companies need access to credit. \n\nCredit scoring algorithms, which make a guess at the probability of default, are the method banks use to determine whether or not a loan should be granted. This competition requires participants to improve on the state of the art in credit scoring, by predicting the probability that somebody will experience financial distress in the next two years.\n\nThe goal of this competition is to build a model that borrowers can use to help make the best financial decisions.\n\nHistorical data are provided on 250,000 borrowers and the prize pool is $5,000 ($3,000 for first, $1,500 for second and $500 for third).\n\n## Features\n\n| Variable Name | Description | Type |\n|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|------------|\n| SeriousDlqin2yrs | Person experienced 90 days past due delinquency or worse | Y\/N |\n| RevolvingUtilizationOfUnsecuredLines | Total balance on credit cards and personal lines of credit except real estate and no installment debt like car loans divided by the sum of credit limits | percentage |\n| age | Age of borrower in years | integer |\n| NumberOfTime30-59DaysPastDueNotWorse | Number of times borrower has been 30-59 days past due but no worse in the last 2 years. | integer |\n| DebtRatio | Monthly debt payments, alimony,living costs divided by monthy gross income | percentage |\n| MonthlyIncome | Monthly income | real |\n| NumberOfOpenCreditLinesAndLoans | Number of Open loans (installment like car loan or mortgage) and Lines of credit (e.g. credit cards) | integer |\n| NumberOfTimes90DaysLate | Number of times borrower has been 90 days or more past due. | integer |\n| NumberRealEstateLoansOrLines | Number of mortgage and real estate loans including home equity lines of credit | integer |\n| NumberOfTime60-89DaysPastDueNotWorse | Number of times borrower has been 60-89 days past due but no worse in the last 2 years. | integer |\n| NumberOfDependents | Number of dependents in family excluding themselves (spouse, children etc.) | integer |\n\n**Note:** This is the training part of the Kaggle competition going by the dataset name hosted [here](https:\/\/www.kaggle.com\/competitions\/GiveMeSomeCredit\/overview).", "format": "arff", "uploader": "Matthias Feurer", "uploader_id": 86, "visibility": "public", "creator": null, "contributor": null, "date": "2023-06-20 21:38:46", "update_comment": null, "last_update": "2023-06-20 21:38:46", "licence": "Public", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22116561\/dataset", "default_target_attribute": "SeriousDlqin2yrs", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "Give-Me-Some-Credit", "Improve on the state of the art in credit scoring by predicting the probability that somebody will experience financial distress in the next two years. ## Description Banks play a crucial role in market economies. They decide who can get finance and on what terms and can make or break investment decisions. For markets and society to function, individuals and companies need access to credit. Credit scoring algorithms, which make a guess at the probability of default, are the method banks use to d " ], "weight": 5 }, "qualities": { "NumberOfInstances": 150000, "NumberOfFeatures": 11, "NumberOfClasses": 2, "NumberOfMissingValues": 33655, "NumberOfInstancesWithMissingValues": 29731, "NumberOfNumericFeatures": 10, "NumberOfSymbolicFeatures": 1, "PercentageOfBinaryFeatures": 9.090909090909092, "PercentageOfInstancesWithMissingValues": 19.820666666666668, "AutoCorrelation": 0.8753125020833472, "PercentageOfMissingValues": 2.03969696969697, "Dimensionality": 7.333333333333333e-5, "PercentageOfNumericFeatures": 90.9090909090909, "MajorityClassPercentage": 93.316, "PercentageOfSymbolicFeatures": 9.090909090909092, "MajorityClassSize": 139974, "MinorityClassPercentage": 6.683999999999999, "MinorityClassSize": 10026, "NumberOfBinaryFeatures": 1 }, "tags": [ { "uploader": "38960", "tag": "Chemistry" }, { "uploader": "38960", "tag": "Life Science" } ], "features": [ { "name": "SeriousDlqin2yrs", "index": "0", "type": "nominal", "distinct": "2", "missing": "0", "target": "1", "distr": [ [ "0", "1" ], [ [ "139974", "0" ], [ "0", "10026" ] ] ] }, { "name": "RevolvingUtilizationOfUnsecuredLines", "index": "1", "type": "numeric", "distinct": "125728", "missing": "0", "min": "0", "max": "50708", "mean": "6", "stdev": "250" }, { "name": "age", "index": "2", "type": "numeric", "distinct": "86", "missing": "0", "min": "0", "max": "109", "mean": "52", "stdev": "15" }, { "name": "NumberOfTime30-59DaysPastDueNotWorse", "index": "3", "type": "numeric", "distinct": "16", "missing": "0", "min": "0", "max": "98", "mean": "0", "stdev": "4" }, { "name": "DebtRatio", "index": "4", "type": "numeric", "distinct": "114194", "missing": "0", "min": "0", "max": "329664", "mean": "353", "stdev": "2038" }, { "name": "MonthlyIncome", "index": "5", "type": "numeric", "distinct": "13594", "missing": "29731", "min": "0", "max": "3008750", "mean": "6670", "stdev": "14385" }, { "name": "NumberOfOpenCreditLinesAndLoans", "index": "6", "type": "numeric", "distinct": "58", "missing": "0", "min": "0", "max": "58", "mean": "8", "stdev": "5" }, { "name": "NumberOfTimes90DaysLate", "index": "7", "type": "numeric", "distinct": "19", "missing": "0", "min": "0", "max": "98", "mean": "0", "stdev": "4" }, { "name": "NumberRealEstateLoansOrLines", "index": "8", "type": "numeric", "distinct": "28", "missing": "0", "min": "0", "max": "54", "mean": "1", "stdev": "1" }, { "name": "NumberOfTime60-89DaysPastDueNotWorse", "index": "9", "type": "numeric", "distinct": "13", "missing": "0", "min": "0", "max": "98", "mean": "0", "stdev": "4" }, { "name": "NumberOfDependents", "index": "10", "type": "numeric", "distinct": "13", "missing": "3924", "min": "0", "max": "20", "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 }