Sometimes we get some notes about convergence for the glmnet model in Ch 7 (only the multiclass model, I think). They look like this:
Warning message:
This tuning result has notes. Example notes on model fitting include:
preprocessor 1/1, model 1/1: from glmnet Fortran code (error code -99); Convergence for 99th lambda value not reached after maxit=100000 iterations; solutions for larger lambdas returned
preprocessor 1/1, model 1/1: from glmnet Fortran code (error code -53); Convergence for 53th lambda value not reached after maxit=100000 iterations; solutions for larger lambdas returned
Sometimes we get some
notesabout convergence for the glmnet model in Ch 7 (only the multiclass model, I think). They look like this: