Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.57 KB

CHANGELOG.rst

File metadata and controls

39 lines (33 loc) · 2.57 KB

Changelog

Badge Meaning
Feature Add something that cannot be achieved before.
Efficiency Improve the efficiency on the computation or memory.
Enhancement Miscellaneous minor improvements.
Fix Fix up something that does not work as expected.
API Change You will need to change the code to have the same effect.

Version 0.1.*

  • Fix fix accepted data types on the :obj:`binner` (#23) @xuyxu
  • Feature implement the :meth:`get_forest` method for efficient indexing (#22) @xuyxu
  • Feature support class label encoding (#18) @NiMaZi
  • Feature support sample weight in :meth:`fit` (#7) @tczhao
  • Feature configurable predictor parameter (#9) @tczhao
  • Enhancement add base class BaseEstimator and ClassifierMixin (#8) @pjgao