Skip to content

A logistic regression classifier to predict credit card approvals implemented using sklearn

Notifications You must be signed in to change notification settings

buchacher/credit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Approval

The aim was to create a machine learning model that can predict credit card approvals. The logistic regression classifier was implemented using sklearn.

p-r

Compiling and Running Instructions

Navigate into the credit directory:

cd credit

Set up a virtual environment within the directory:

python3 -m venv my_env

Activate the virtual environment:

source my_env/bin/activate

Install the requirements to your virtual environment via pip:

pip install -r requirements.txt

To run via main.py, your command should take the following form:

python3 main.py

About

A logistic regression classifier to predict credit card approvals implemented using sklearn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages