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. |
- 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
andClassifierMixin
(#8) @pjgao