-
Notifications
You must be signed in to change notification settings - Fork 8
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
implement statsapi #213
Comments
I agree it would be neat but I'm not sure it makes sense at the present time. Here are few reasons:
I'm pretty sure MLJModelInterface predates StatsAPI. At the time we considered taking I've personally come around to believing the goal of reducing all method names to a single source is very ambitious, given the number of packages, different approaches, etc. Perhaps we can revisit this question when there is little more stability. Related project: LearnAPI.jl. |
Oh, and reversing our decision about ownership is definitely breaking. |
Makes sense, thanks for taking the time to provide the reasons for this! |
It could be neat if MLJ implemented StatsAPI as to avoid duplicate function names
julia> using MLJBase, GLM julia> predict WARNING: both GLM and MLJBase export "predict"; uses of it in module Main must be qualified ERROR: UndefVarError: `predict` not defined
This could be avoided if MLJBase used
StatsAPI.predict
The text was updated successfully, but these errors were encountered: