Skip to content

Machine Learning Model for HR_Employee_Attrition dataset prepared using EDA , Data Cleaning Methods & Random Forest Algorithm. Deployed using Heroku: Cloud Application Platform.

Notifications You must be signed in to change notification settings

PoojanSheth28/Attrition_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Pre-requisites

  • Python
  • pip
  • anaconda

create a virtual environment

conda create -n hr_attrition python==3.7

start with virtual env

conda activate hr_attrtion

install all the packages and file required

pip install -r requirements.txt

to check installed packages in enviornment

pip list

run training model

python train.py

run the app

python app.py

to check the info about the library and packages

https://raw.githubusercontent.com/PoojanSheth28/Attrition_Model/model/Attrition_Model/requirements.txt

to check the security vulnerability of all packages

safety check -r requirements.txt

deployed attrition model link

https://emp-attrition-app.herokuapp.com/

About

Machine Learning Model for HR_Employee_Attrition dataset prepared using EDA , Data Cleaning Methods & Random Forest Algorithm. Deployed using Heroku: Cloud Application Platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published