MLJModelInterface.jl
MLJModelInterface.jl copied to clipboard
The fallback of `fit(::Static, ...)` should return `(nothing, nothing, NamedTuple())`
Currently returns (nothing, nothing, nothing) but reports should be named tuples.