JuliaAI / MLJModelInterface.jl

Lightweight package to interface with MLJ
MIT License
37 stars 8 forks source link

Add fallbacks for a new `target_in_fit` trait #204

Closed ablaom closed 3 months ago

ablaom commented 3 months ago

And adjust fallback for fit_data_scitype, so that it incudes a target factor, when target_in_fit is true. This is technically breaking but I cannot conceive of actual extant code that it would break, and I've run MLJ integration tests.

Supports https://github.com/JuliaAI/MLJ.jl/issues/1134.