Skip to content

alamhanz/employee_turn_over_apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee turn over case

case machine learning from employee apps

Setup

Start the project with environment setup and run the jupyterlab

pip install virtualenv
virtualenv [enviroment name]
source [enviroment name]/bin/activate
pip install -r requirements.txt
jupyter lab

or run this script for windows users

pip install virtualenv
virtualenv [enviroment name]
.\[enviroment name]\Scripts\activate
pip install -r requirements.txt
jupyter lab

Structure

    |--artifacts
    |--data
        |--raw
        |--interim
        |--processed
        |--externals
    |--notebooks
    |--queries
    |--reports
        |--figures
    |--src

About

predict employee turn over through apps activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published