The aim was to create a machine learning model that can predict credit card approvals. The logistic regression classifier was implemented using sklearn.
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