ankane/lightgbm-ruby

Plan

ankane opened this issue · 0 comments

Next

  • Support different prediction types
  • Add feature_importance_type option

0.2.0

  • Add support for LightGBM 3.0 (just waiting for final release) - edge branch
  • Stop eval_hist at best iteration (to make consistent with Python) - just need to uncomment code
  • Make best iteration consistent with Python in specific case of early stopping - best_iter branch