JuliaAI / MLJScikitLearnInterface.jl

MLJ Interface for ScikitLearn.jl
Other
12 stars 6 forks source link

Some `Deterministic` models could actually be re-implemented as `Probabilistic` #47

Open ablaom opened 1 year ago

ablaom commented 1 year ago

A case in point is BayesianRidgeRegressor, as pointed out at https://github.com/JuliaAI/MLJScikitLearnInterface.jl/issues/46.

Be good to first identify what other sk-learn models with MLJ implementations have the return_std predict kwarg. Help with this appreciated.

ablaom commented 1 year ago

Let's postpone this after: