Viewing profile — insulator
insulator
HN member- Joined
- Wed, Jul 26, 2017, 5:52 AM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About insulator
No profile information was provided.
Recent public activity
-
comment
Comment #14855474
here is a benchmark for catboost: https://github.com/szilard/GBM-perf/issues/4
-
comment
Comment #14853989
The parameter of LightGBM is a little bit hard to tune. And when #data is small, it is easier over-fitting. But it will be powerful if you tuned it well (Here a guide for the param…
-
comment
Comment #14853940
actually, the histogram-based tree learning algorithm doesn't need the sorting. The main cost of it is the memory access. The GPU version is slow (when #data is small) due to the a…
-
comment
Comment #14853930
CatBoost is benefited from categorical feature transform. LightGBM is also working for the better categorical feature support ( https://github.com/Microsoft/LightGBM/issues/699 ). …