Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karimosman89/credit-scoring

Evaluate the creditworthiness of individuals.Develop a credit scoring model that evaluates the creditworthiness of individuals based on historical data.Help financial institutions assess risk more accurately.
https://github.com/karimosman89/credit-scoring

decision-trees ensemble-methods logistic-regression pandas python scikit-learn

Last synced: 23 days ago
JSON representation

Evaluate the creditworthiness of individuals.Develop a credit scoring model that evaluates the creditworthiness of individuals based on historical data.Help financial institutions assess risk more accurately.

Awesome Lists containing this project

README

        

# Credit Scoring System
This project evaluates the creditworthiness of individuals.

## Overview
The model predicts credit scores based on historical data.

## Dataset
- Source: [UCI Credit Approval Dataset](https://archive.ics.uci.edu/ml/datasets/credit+approval)

## Setup
Install dependencies:

pip install -r requirements.txt

## Usage
- Run the preprocessing script:

python src/preprocess.py


- Train the model:

python src/model.py