Live data from Hacker News

Viewing profile — insulator

insulator

HN member
Joined
Wed, Jul 26, 2017, 5:52 AM UTC
HN karma
4
Public activity
4 items

About insulator

No profile information was provided.

Recent public activity

  1. comment
    Comment #14855474

    here is a benchmark for catboost: https://github.com/szilard/GBM-perf/issues/4

  2. 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…

  3. 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…

  4. 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 ). …