alamhanz / employee_turn_over_apps

predict employee turn over through apps activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%