| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ngboost-0.5.11-py3-none-any.whl | 2026-06-26 | 53.1 kB | |
| ngboost-0.5.11.tar.gz | 2026-06-26 | 42.4 kB | |
| Bug Fixes in APIs source code.tar.gz | 2026-06-26 | 10.7 MB | |
| Bug Fixes in APIs source code.zip | 2026-06-26 | 10.9 MB | |
| README.md | 2026-06-26 | 542 Bytes | |
| Totals: 5 Items | 21.7 MB | 0 | |
Version 0.5.11
- Fix
NGBClassifierandNGBSurvivalAPI parity by addingvalidation_fractionandearly_stopping_rounds, with regression coverage for their validation-split paths (issue [#402]) - Replace the deprecated
friedman_msecriterion withsquared_errorfor 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])