You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe not ideal, but not unexpected. MLJ provides model API implementers with some tools which will only work if MLJBase is imported, and these include selectrows. This was done to keep MLJModelInterface lightweight. For now, if you want use an MLJ model, your're expected to import MLJBase, even if you are not interacting though the machine interface but directly via the model interface.
In this particular instance, I suggest we wait for JuliaData/Tables.jl#278 and replace selectrows with whatever Tables.jl provides. I think Tables.jl is already a dependency of MLJModels.jl.
But there may be other such methods that need MLJBase to work.
Hello,
I am not sure I understand if this is expected. Due to some lacking interface definition, if MLJBase is not imported, one cannot fit a
OneHotEncoder
:The text was updated successfully, but these errors were encountered: