MLJModels.jl icon indicating copy to clipboard operation
MLJModels.jl copied to clipboard

Home of the MLJ model registry and tools for model queries and mode code loading

Results 45 MLJModels.jl issues
Sort by recently updated
recently updated
newest added

There [is now](#457) missing value handling in `OneHotEncoder` but this simply propagates the missing values. I guess it might be nice to offer some other popular options for handling missing...

`fitted_params(model, fitresult)` should return a named tuple with informative keys. Ideally, the user should not need to look up documentation to grep the results. Here's an example of a poor...

breaking
next minor release

I think it would be useful (especially to R users) to have an MLJ formula-based transformer that can be inserted anywhere in an MLJ pipeline (or other composite model). Here...

Currently we wrap NaiveBayes.jl, but only allow tabular input (internally converted to matrix) which limits application to NLP and elsewhere. However NaiveBayes.jl itself supports dictionary input. There is also a...

Discussion

This is a list to keep track of packages that should be considered in the near future with some notion of priority; feel free to comment with packages that should...

help wanted

It seems there is an error that we are not catching (and ignoring) here, as the interactive part following the message works fine: ```julia using MLJ # in a new...

Posted on another thread: This package https://contrib.scikit-learn.org/category_encoders/index.html contains other useful categorical features encoders that are currently missing in MLJ. For now I ended up calling those encoders from Julia via...

enhancement
help wanted