You have the following model:
linear_model.LassoCV(alphas=(0.01, 0.1, 1), cv=5)
If after calling the fit method lasso_cv.alpha_ is equal to 1, what would be your next step?
You have the following model:
linear_model.LassoCV(alphas=(0.01, 0.1, 1), cv=5)
If after calling the fit method lasso_cv.alpha_ is equal to 1, what would be your next step?
Create a free account to access the full topic