-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow fitting arbitrary @formula
s
#13
Comments
Something along these lines would be useful and might help us win over some R users 🙏🏾 . I would support this. However, I think that even more useful would be separate MLJ formula-based transformer that can be inserted anywhere in an MLJ pipeline (or other composite model). Here "formula" means "one-side formula"; I don't think two-sided formulas make much sense in the MLJ context because the target and features are treated separately, like in sklearn. This transformer would probably be a I recall slack discussions with @kleinschmidt about this (now lost to the ether). Perhaps he would care to chime in. See also JuliaAI/MLJModels.jl#314. |
Okay I've created a new issue here specific to the suggestion not immediately addressing the initial comment. So further comment on that should go there, thanks. |
Currently, there are only a few models available via this interface. I suggest implementing also adding a
FormulaRegressor
for arbitrary formulas, viaStatsModels.@formula(...)
.@ablaom, what do you think? Would this make sense to add this to this interface?
The text was updated successfully, but these errors were encountered: