Asaf Manela
Asaf Manela
I love this feature. Two questions: 1. Is there a function to exit (e.g. `unpresent()`)? 2. Can I put in a pause in the middle of a slide to gradually...
> > ``` > > 2. Can I put in a pause in the middle of a slide to gradually uncover cells? > > ``` > > No, but you...
What I had in mind is like RISE's feature for [fragment](https://rise.readthedocs.io/en/stable/usage.html) cells
Both are good ideas. PRs welcome.
I use JLD2 to store. It is probably large because the data is stored too and not just the model, as in other GLMs.
Docs can certainly be improved. PRs welcome. As for the features: 1. k-fold CV is supported. See example [here](https://juliastats.org/Lasso.jl/stable/lasso/#Lasso-model-fitting-1) 2. Plotting is provided by the [LassoPlot.jl](https://github.com/AsafManela/LassoPlot.jl) package
This sounds reasonable from the user's perspective, but I'm not sure the coordinate descent algorithm will work properly in that case. Does glmnet in R or any other package provide...
It works by starting from a null model (high lambda) then gradually decreasing it with small changes to coefficients. I'm just not sure how it would work if you solved...
Sounds good. There may also be a way to use the `select` option to get what you want too, by implementing a segment selector (`SegSelect`) for that single lambda. Its...
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...