Is there a way to get the coefficient like series when using fit_regularization?
When we run stats model fit() method, we get the coefficient as series object with name as index. is there a way to get the similar results when we use fit_regularized() method? Also, how can we get other statistic like aic, pvalues, scale etc when using fit_regularized() method?