yukiregista / DSC_STUDY

1 stars 3 forks source link

MS (takazawa) - Try first simple model #31

Open yukiregista opened 7 months ago

yukiregista commented 7 months ago

Implement the first simple model using some natural encoding.

rkondo3 commented 7 months ago

I have finished the 1st item on branch:feature/kondo/init. But I've never submitted it.

yukiregista commented 7 months ago

I have uploaded two notebooks (firstmodel.ipynb and firstmodel_with_threshold.ipynb) which do very simple LightGBM modeling with some natural encodings of categorical features. firstmodel.ipynb (predicting 1 if output > 0.5) scored around 0.65 in the leaderboard. firstmodel_with_threshold (threshold of output decided depending on the performance) scored around 0.68 in the leaderboard (which is not too bad considering no hyperparameter optimization or fancy feature engineering is done).

yukiregista commented 7 months ago

To do and ideas for improvement