Feature engineering | score (holdout) |
---|---|
no statistic | 0.744318 |
basic statistic | 0.764667 |
all statistic (basic + relative) | 0.768469 |
- good intro
- smaller datatypes - some tips:
- don't forget to bring
nan
back (or impute before) - change this:
props.memory_usage().sum() / 1024**2
to this:props.memory_usage(deep=True).sum() / 1024**2
- do something with
object
columns!
- don't forget to bring
TL;DR use shap
why is it needed
-
Catboost
-
Lightgbm
- params, which I used
- pure python api kernel
- If you want to run lightgbm with GPU on Kaggle Kernel
- Think once again :)
- if still want - do like this