You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 0.5.11
Fix NGBClassifier and NGBSurvival API parity by adding validation_fraction and early_stopping_rounds, with regression coverage for their validation-split paths (issue #402)
Replace the deprecated friedman_mse criterion with squared_error for the default tree learner and distribution tests (issue #408, PR #409)
Support a distinct base learner for each distribution parameter, including scikit-learn nested parameters and feature importances for all-tree configurations (issue #338, PR #411)