Skip to content

Vidovitsch/stack-overflow-survey-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The job satisfaction of software developers

Can an accurate model be created, given the features denoted in the survey, to predict the job satisfaction of software developers?

The model will be seen as accurate if at least 90% of the predictions are the same as the target values denoted in the test set. The following approaches can be taken to get to this level of accuracy:

  • Try different Machine Learning algorithms/methods
  • Try optimizing hyperparameters of each algorithm/method.

The first approach is used to see which algorithm is best fit for the job initially. The second approach is used to solve potential high variance (overfit) problems, solve high bias (underfit) problems and improve performance.

Dataset source: https://www.kaggle.com/stackoverflow/stack-overflow-2018-developer-survey

About

The annual Stack Overflow survey results of 2018 will be used to create a model that predicts the job satisfaction of software developers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published