Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.25 KB

Attrition Navigator

Attrition Navigator is a machine learning project that predicts employee attrition using various algorithms such as Logistic Regression, Naive Bayes, Decision Tree, Random Forest, and Gradient Boost. The project has achieved an accuracy of 89.11%.

Dataset

The dataset used in this project is available here. Please make sure to review and comply with the dataset's licensing and usage terms.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

Make sure you have the following dependencies installed before running the project:

  • Python (>=3.6)
  • scikit-learn
  • pandas
  • numpy
  • seaborn
  • matplotlib

You can install these dependencies using the following command:

pip install scikit-learn pandas numpy seaborn matplotlib

How to Run

  1. Clone the repository:
git clone https://github.com/your-username/attrition-navigator.git
  1. Navigate to the project directory:
cd attrition-navigator
  1. Run the application:
python app.py

Visit http://localhost:5000 in your web browser to use the Attrition Navigator.