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.math
sub-module.
tree¶
- Fixed the
debug_one
method oftree.DecisionTreeClassifier
.