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

https://github.com/aslandevbrat/decision-tree-and-random-forest

Predict Employee Turnover with scikit-learn
https://github.com/aslandevbrat/decision-tree-and-random-forest

Last synced: 3 months ago
JSON representation

Predict Employee Turnover with scikit-learn

Awesome Lists containing this project

README

          

- Introduction and Importing Libraries

- Exploratory Data Analysis

- Encode Categorical Features

- Visualize Class Imbalance

- Create Training and Test Sets

- Build a Decision Tree Classifier with Interactive Controls

- Build a Decision Tree Classifier with Interactive Controls (Continued)

- Build a Random Forest Classifier with Interactive Controls

- Feature Importance and Evaluation Metrics