Version 0.9#

This release include a rename of the package to from scikit-tree to treeple The users can replace the previous usage as follows: import sktree to import treeple from sktree import tree to from treeple import tree from sktree import ... to from treeple import ...

Note that the previous version of the package will still be available under the name scikit-tree on PyPI.

Changelog#

  • API Change Rename the package to treeple. By SUKI-O (##292)

  • Fix Fixed a bug in the predict_proba function of the treeple.HonestForestClassifier where posteriors

    estimated on empty leaf with ignore prior would result in np.nan values for all trees on that sample. By Haoyin Xu (##291)

Code and Documentation Contributors#

Thanks to everyone who has contributed to the maintenance and improvement of the project since version inception, including: