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 
Xinput 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
Xinput array. By Adam Li (##264)
- Fix  Previously missing-values in 
 - Feature  Simulations in 
treeple.datasets.hypponow 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.HonestForestClassifiernow hasbootstrap=Trueas 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: