CoolFace
Datasetpublic

mstz/german

German The German dataset from the UCI ML repository. Dataset on loan grants to customers. Configurations and tasks Configuration Task Description encoding Encoding dictionary showing original values of encoded features. loan Binary classification Has the loan request been accepted? Usage from datasets import load_dataset dataset = load_dataset("mstz/german", "loan")["train"] Features Feature Type… See the full description on the dataset page: https://huggingface.co/datasets/mstz/german.

sourceHugging Faceccupdated 1y agoView on Hugging Face
0likes75downloads
Dataset Card

German

The German dataset from the UCI ML repository. Dataset on loan grants to customers.

Configurations and tasks

**Configuration****Task**Description
encodingEncoding dictionary showing original values of encoded features.
loanBinary classificationHas the loan request been accepted?

Usage

python
from datasets import load_dataset

dataset = load_dataset("mstz/german", "loan")["train"]

Features

**Feature****Type**
checking_account_statusint8
account_life_in_monthsint8
credit_statusint8
loan_purposestring
current_creditint32
current_savingsint8
employed_sinceint8
installment_rate_percentageint8
sexint8
marital_statusstring
guarantorsint8
years_living_in_current_residenceint8
ageint8
installment_plansstring
housing_statusint8
nr_credit_accounts_in_bankint8
job_statusint8
number_of_people_in_supportint8
has_registered_phone_numberint8
is_foreignint8