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

https://github.com/surajv311/predict-employee-turnover-

Used basic data analysis packages like numpy , pandas , matplotlib to do the project after learning the data analysis and prediction concepts in Python.
https://github.com/surajv311/predict-employee-turnover-

Last synced: 5 days ago
JSON representation

Used basic data analysis packages like numpy , pandas , matplotlib to do the project after learning the data analysis and prediction concepts in Python.

Awesome Lists containing this project

README

          

# Predict employee turnover using Data Analysis

### The following project uses numpy , pandas , matplotlib libraries in the project.
Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install:

```conda install numpy ```

```conda install matplotlib```

```conda install pandas```

A random forest classifier has been built to analyse the data.

![img1](https://github.com/Surajv311/Predict-employee-turnover-/blob/master/images/img1.jpg)
![img2](https://github.com/Surajv311/Predict-employee-turnover-/blob/master/images/img2.jpg)
![img3](https://github.com/Surajv311/Predict-employee-turnover-/blob/master/images/img3.jpg)
![img4](https://github.com/Surajv311/Predict-employee-turnover-/blob/master/images/img4.jpg)
![img5](https://github.com/Surajv311/Predict-employee-turnover-/blob/master/images/img5.jpg)