0.4.3 - 2019-10-27¶
base¶
- Model that inherit from
base.Wrapper(e.g.tree.RandomForestClassifier) can now be pickled.
datasets¶
- Added
datasets.fetch_credit_card.
utils¶
- Added the
utils.mathsub-module.
tree¶
- Fixed the
debug_onemethod oftree.DecisionTreeClassifier.