StatsKit.jl icon indicating copy to clipboard operation
StatsKit.jl copied to clipboard

add Lasso and MixedModels

Open waynelapierre opened this issue 4 years ago • 5 comments

Have you considered adding Lasso and MixedModels to StatsKit?

waynelapierre avatar Feb 19 '21 19:02 waynelapierre

See https://github.com/JuliaStats/StatsKit.jl/pull/27 for MixedModels. I'm more hesitant about Lasso as it's not very actively maintained.

@AsafManela What do you think?

nalimilan avatar Feb 22 '21 08:02 nalimilan

I think including it is a pretty good way to incentivize more active maintenance :) But I agree that it is not as actively maintained as some of the other packages on this list.

AsafManela avatar Feb 22 '21 22:02 AsafManela

I think including it is a pretty good way to incentivize more active maintenance :)

IMHO, that's not how these things usually pan out. I often forget these bundle packages exist too :)

rofinn avatar Feb 22 '21 22:02 rofinn

Yes, don't count on it. :-)

I think the question is rather whether the API is OK and well integrated with the current state of the ecosystem. (I haven't checked, but in particular there shouldn't be conflicting exports with other packages.)

nalimilan avatar Feb 23 '21 08:02 nalimilan

In that sense, I expect it to be fine. Lasso reuses a lot of GLM code and mostly adheres to the StatsBase interface.

AsafManela avatar Feb 23 '21 12:02 AsafManela