Skip to content

davidsequera/don_armando

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Approval Prediction

This project aims to predict credit card approval using machine learning techniques. By analyzing various features and historical data, the model will provide a prediction on whether a credit card application will be accepted or rejected.

Dataset

The dataset used for this project contains information about credit card applications, including attributes such as income, age, employment status, and credit history. It is important to note that the dataset used is for demonstration purposes only and does not contain real customer data.

Installation

  1. Clone the repository:

    git clone https://github.com/davidsequera/don_armando.git
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Preprocess the data:

    python preprocess.py
  2. Train the model:

    python train.py
  3. Make predictions:

    python predict.py

Results

The model achieved an accuracy of X% on the test set, demonstrating its ability to predict credit card Approval. Further analysis and evaluation of the model's performance can be found in the results file.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow the contribution guidelines.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published