Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 419 Bytes

0.4.3.md

File metadata and controls

20 lines (11 loc) · 419 Bytes

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 of tree.DecisionTreeClassifier.