Anthony Blaom, PhD

Results 815 comments of Anthony Blaom, PhD

@JuliaRegistrator register branch=master

Certainly what is true is that FISTA cannot be used with the option `penalty=:l2`, in any model that supports that option: ```julia using MLJLinearModels using MLJBase models_with_penalty_option = filter(models("MLJLinearModels")) do...

Perhaps @tlienart may like to differ, but my understanding is that `ElasticNetRegression` is a private constructor, ie has no associated public API. Now `ElasticNetRegressor` is public. It constructs an object...

I stand corrected. I had forgotten there is also a "native" API. In that case I hope @tlienart can answer your question. I am only familiar with the MLJ interface.

Since this is documentation related, let me mention: https://github.com/alan-turing-institute/MLJ.jl/issues/913

The method is in common.jl, so it applies to all models. So you just need to fix that one method. There is no urgency from our end. We are doing...

This sounds like a reasonable suggestion. If we add this here, then it would be good to have a PR to update [this list](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/docs/src/common_implementation_patterns.md) at LearnAPI.jl. My vote is for...

Done in upcoming PR. Thanks for the reminder

Also relevant: https://github.com/alan-turing-institute/MLJ.jl/issues/1025

To do: - [ ] https://github.com/JuliaAI/MLJBase.jl/pull/973 - [ ] https://github.com/JuliaAI/MLJTuning.jl/pull/215