JuliaAI / MLJModelInterface.jl

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

Document API for transformers that consume a target variable #203

Closed ablaom closed 3 months ago

ablaom commented 3 months ago

Such as RFE and target encoders.

These models are Unsupervised (in particular, it's the output of transform that gets propagated in pipelines) but we need to explicitly overload the fit_data_scitype trait, whose fallback will be wrong.