Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Repo for the course project of the ML in Business course.

Notifications You must be signed in to change notification settings

shatandv/GB-ML-Business-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Итоговый проект курса "Машинное обучение в бизнесе"

Автор: Андрей Шатаев

Стек:

Задача: предсказать вероятность смены работы по характеристикам сотрудника. Бинарная классификация

Используемые признаки:

  • city_development_index (float)
  • training_hours (int)
  • gender (text)
  • education_level (text)
  • enrolled_university (text)
  • major_discipline (text)
  • experience (text)
  • relevent_experience (text)
  • last_new_job (text)
  • company_size (text)
  • company_type (text)
  • city (text)

Преобразования признаков: OneHotEncoder, CatBoostEncoder, кастомный энкодер для поля 'experience'

Модель: CatBoost

Клонируем репозиторий

$ git clone https://github.com/shatandv/GB-ML-Business-Project.git ml_api_project
$ cd ml_api_project

Запускаем контейнер

$ docker-compose up -d

Можно отправить POST-запрос на 127.0.0.1:8180/predict c полями, указанными в "Признаках"

About

Repo for the course project of the ML in Business course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published