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
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 definedThis could be avoided if MLJBase used
StatsAPI.predict