Skip to content

v0.1.1

Compare
Choose a tag to compare
@xuyxu xuyxu released this 07 Feb 08:03
· 80 commits to master since this release

Added

  • Implement the get_forest() method for efficient indexing (#22) @xuyxu
  • Support class label encoding (#18) @NiMaZi
  • Support sample weight in fit() (#7) @tczhao
  • Add configurable predictor parameter (#9) @tczhao
  • Add base class BaseEstimator and ClassifierMixin (#8) @pjgao

Fixed

  • Fix accepted data types on the binner (#23) @xuyxu