Developer Salary prediction is an AI Competition in Quevico, It bases on the survey of Stackoverflow. More detail is available in the link (https://quevico.com/competitions/105) In this challenge, I used Lightgbm algorithm with some techniques to optimize the output:
- GridsearchCV to find the best parameters
- Kfold
- ensemble models
- Clone this project
- Install requires packages/library
- Run the notebook file
I will create a new dockerfile and transfrom this project to docker (doing)