MLJBase v1.10.0
- Add support for CategoricalArrays 1.0 and CategoricalDistributions 0.2. This changes the behaviour of the re-exported methods
levelsandunique, as applied toCategoricalArrayandUnivariateFinite. Whereas previously these returned a vector of "raw" values, they now return aCategoricalVector. See these CategoricalArrays.jl release notes.
Merged pull requests: