Computer scienceData scienceInstrumentsScikit-learnTraining ML models with scikit-learnRegression in scikit-learn

Regularized regression with scikit-learn

Lasso alpha

Report a typo

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?

Select one option from the list
___

Create a free account to access the full topic