
Japanese Credit Screening
Donated on 3/18/1992
Includes domain theory (generated by talking to Japanese domain experts); data in Lisp
Dataset Characteristics
Multivariate, Domain-Theory
Subject Area
Business
Associated Tasks
Classification
Feature Type
Categorical, Real, Integer
# Instances
125
# Features
-
Dataset Information
Additional Information
Examples represent positive and negative instances of people who were and were not granted credit. The theory was generated by talking to the individuals at a Japanese company that grants credit.
Has Missing Values?
No
Sano,Chiharu. (1992). Japanese Credit Screening. UCI Machine Learning Repository. https://doi.org/10.24432/C5259N.
@misc{misc_japanese_credit_screening_28, author = {Sano,Chiharu}, title = {{Japanese Credit Screening}}, year = {1992}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5259N} }
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset japanese_credit_screening = fetch_ucirepo(id=28) # data (as pandas dataframes) X = japanese_credit_screening.data.features y = japanese_credit_screening.data.targets # metadata print(japanese_credit_screening.metadata) # variable information print(japanese_credit_screening.variables)
Creators
Chiharu Sano
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.