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#
- Fix  Fixed a bug in the predict_proba function of the 
treeple.HonestForestClassifierwhere posteriors estimated on empty leaf with
ignoreprior would result innp.nanvalues for all trees on that sample. By Haoyin Xu (##291)
- Fix  Fixed a bug in the predict_proba function of the 
 
Code and Documentation Contributors#
Thanks to everyone who has contributed to the maintenance and improvement of the project since version inception, including: