Version 0.8#
This development fixes a major bug with (CO)MIGHT, where low sample sizes produce biased tree posteriors, which is fixed by stratifying the sampling of the dataset to ensure that each class is represented in the bootstrap sample. Additionally, the release includes a number of bug fixes and improvements to the codebase.
Changelog#
- Fix Previously missing-values in
X
input array for treeple estimators did not raise an error, and silently ran, assuming the missing-values were encoded as infinity value. This is now fixed, and the estimators will raise an ValueError if missing-values are encountered in
X
input array. By Adam Li (##264)
- Fix Previously missing-values in
- Feature Simulations in
treeple.datasets.hyppo
now throw a warning instead of an error when the number of samples is less than the number of dimensions. By Sambit Panda (##279)
- Feature Simulations in
- API Change
treeple.HonestForestClassifier
now hasbootstrap=True
as the default
- API Change
Code and Documentation Contributors#
Thanks to everyone who has contributed to the maintenance and improvement of the project since version inception, including: