| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-20 | 1.3 kB | |
| v0.22.0 source code.tar.gz | 2025-11-20 | 6.3 MB | |
| v0.22.0 source code.zip | 2025-11-20 | 6.4 MB | |
| Totals: 3 Items | 12.7 MB | 2 | |
MLJ v0.22.0
- (mildly breaking) The behaviour of
levelsanduniqueonCategoricalArrays has changed. (Such arrays are created in MLJ, for example, bycoerce(array, Multiclass)orcoerce(array, OrderedFactor). ) Thelevelsanduniquemethods now return aCategoricalVectorwhereas previously they returned a vector of "raw" values. So, runninglevels(array)previously is equivalent to now runningCategoricalArrays.unwrap.(levels(array)). The new behaviour is the result of breaking changes in CategoricalArrays.jl, on which MLJ.jl depends (#1172)
Merged pull requests: - Bump actions/checkout from 4 to 5 (#1175) (@dependabot[bot]) - Regenerate documentation. No new release. (#1182) (@ablaom) - Regenerate dev docs (#1183) (@ablaom) - Restore some integration tests for BetaML. (#1184) (@ablaom) - Bump CategoricalArrays, etc and major testing change 😱 (#1185) (@ablaom) - For a 0.22 release (#1186) (@ablaom)
Closed issues:
- Reinstate CatBoost integraton test (#1092)
- Re-instate integration tests for scikit-learn models (#1119)
- Reinistate integration tests for SymbolicRegression? (#1152)
- Reinstate Outlier detection model s (#1153)
- Error when loading ContinuousEncoder (#1181)