| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-03 | 429 Bytes | |
| v8.0.5 source code.tar.gz | 2026-06-03 | 2.3 MB | |
| v8.0.5 source code.zip | 2026-06-03 | 2.5 MB | |
| Totals: 3 Items | 4.8 MB | 0 | |
Fixed
- Fixed a
could not convert string to floatcrash when a feature declared categorical viacategorical_features_indicesis all-missing during fit but has real string values at predict. Such columns are now kept categorical instead of being demoted to a constant numeric column, so they route through the ordinal encoder consistently between fit and predict. (#1002)