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.
075
German
The German dataset from the UCI ML repository. Dataset on loan grants to customers.
Configurations and tasks
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/german", "loan")["train"]