Skip to content

Project where I analyze the data from a company and its workers

Notifications You must be signed in to change notification settings

Cefigueredo/Employee-desertion-detector

Repository files navigation

Employee desertion detector

I analyze the data from a company and its workers. I Take different variables into account like:

  • Satisfacción_ambiente
  • Satisfaccion_trabajo
  • Estado_civil
  • Ingreso_mensual
  • SobreTiempo

Among others.

Then I create a FastAPI (Python) Application to deploy the Machine Learning Model and use it in an API REST.

Create a virtual environment with:

python -m venv venv

Activate the virtual environment with:

source venv/bin/activate

Run the application with:

uvicorn main:app --reload

About

Project where I analyze the data from a company and its workers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages