Jack Dunn

Results 20 comments of Jack Dunn

> Or is there any other possibility to change and save the values? You may be able to use Setfield.jl or Accessors.jl to easily update the `GLMNetPath` with new coefficients,...

It looks like the method that supports the string-vector input is this one: https://github.com/JuliaStats/GLMNet.jl/blob/8eff4c4f07374c6f6f7878b16dc02e90d444e9a1/src/Multinomial.jl#L191-L203 So this works: ```julia using GLMNet y = ["M", "B", "M", "B"] X = rand(4, 10)...

Closing and opening to retrigger actions

I updated the binary builder repo to the latest source: https://github.com/JuliaPackaging/Yggdrasil/pull/2028 However, when I try using the new JLL version it doesn't seem to work, so help may be needed...

Sorry, my comment was in reference to changes in the underlying glmnet fortran code, which based on the diff above seems to be largely unchanged - it seems that all...

Well they probably know better than I do 😅

The only mention of warm starts I can find is in `glmnet.fit` which says it should not be used by users: https://www.rdocumentation.org/packages/glmnet/versions/4.0-2/topics/glmnet.fit Is that what you were referring to or...

I am seeing this with a clean install of R/Julia: ``` > JuliaCall::julia_setup() Julia version 1.10.0 at location /Applications/Julia-1.10.0.app/Contents/Resources/julia/bin will be used. Loading setup script for JuliaCall... ERROR: LoadError: InitError:...

@giordano Here's a complete log of the steps taken, this is an x86_64 machine running macOS 12.7.5. It is clean other than having homebrew installed and has Julia 1.10.4 installed...