Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT HonestForestClassifier now has bootstrap=True as the default. And removing old MIGHT code #274

Merged
merged 14 commits into from
Jun 11, 2024
Prev Previous commit
Next Next commit
Merging main
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jun 10, 2024
commit 71a4d486ec09fcf0baa4b80e114d80d9def3b376
3 changes: 3 additions & 0 deletions doc/whats_new/v0.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Changelog
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`_ (:pr:`#264`)
- |Feature| Simulations in ``sktree.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`_ (:pr:`#279`)
- |API| :class:`sktree.HonestForestClassifier` now has ``bootstrap=True`` as the default
argument. By `Adam Li`_ (:pr:`#274`)
- |API| Removed all instances of ``FeatureImportanceForestClassifier`` and outdated
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.