Skip to content

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

tree

  • Fixed the debug_one method of tree.DecisionTreeClassifier.