Hello!
I’m using GLMNet.jl to obtain a logistic regression model.
My database contains 17 features. After training the model, how can I obtain the coefficients associated to each of these features, so it is possible to interpret which information is truly relevant to the model?
Thank you!