Giter Club home page Giter Club logo

are-your-employees-burn-out-hackerearth's Introduction

Are-your-Employees-Burn-out-Hackerearth

Problem link - https://www.hackerearth.com/problem/machine-learning/predict-the-employee-burn-out-rate-7-6340b4e3/

Problem Statement

World Mental Health Day is celebrated on October 10 each year. The objective of this day is to raise an awareness about mental health issues around the world and mobilise efforts in support of mental health. According to an anonymous survey, about 450 million people live with mental disorders that can be one of the primary causes of poor health and disability worldwide. You are a Machine Learning engineer in a company. You are given a task to understand and observe the mental health of all the employees in your company. Therefore, you are required to predict the burn out rate of employees based on the provided features thus helping the company to take appropriate measures for their employees.

My Solution to the machine learning hackathon Are your Employees Burn out?

2nd rank on public leaderboard

2nd rank on private leaderboard

Leaderboard link https://www.hackerearth.com/challenges/competitive/hackerearth-machine-learning-challenge-predict-burnout-rate/leaderboard/predict-the-employee-burn-out-rate-7-6340b4e3/

The two models used for submission are Catboost Regressor and Lightgbm with the ratio 2:1 for making ensemble submission.

The features used are-

'WFH Setup Available' , 'Designation', 'Resource Allocation','Mental Fatigue Score', 'Designation_res', 'des_gen_mfs','gen_wfh_mfs','Mfs/des', 'Mfs/res','experience'

The features different from dataset-

'Designation_res' is concatenation of Designation and Resource allocation which makes good differentiating categories for burn rate.

'des_gen_mfs' is an aggregating feature for mean mental fatigue score grouped by designation and Gender.

'gen_wfh_mfs' is an aggregating feature for mean mental fatigue score grouped by Gender and work from home available.

'Mfs/des' is Mental Fatigue Score / (Designation+1)

'Mfs/res' is Mental Fatigue Score / (Resource Allocation+1)

'experience' the duration of job since date of joining.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.