v0.1.1
版本发布时间: 2021-02-07 16:03:21
LAMDA-NJU/Deep-Forest最新发布版本:v0.1.7(2022-10-01 12:05:07)
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
andClassifierMixin
(#8) @pjgao
Fixed
- Fix accepted data types on the binner (#23) @xuyxu