\n",
"![]() | \n",
"![]() |
LassoCV(max_iter=10000, n_jobs=8)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LassoCV(max_iter=10000, n_jobs=8)
GridSearchCV(estimator=SVC(), n_jobs=-1,\n", " param_grid={'C': [1, 10, 100, 1000], 'kernel': ['linear', 'rbf']},\n", " scoring='roc_auc')In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
GridSearchCV(estimator=SVC(), n_jobs=-1,\n", " param_grid={'C': [1, 10, 100, 1000], 'kernel': ['linear', 'rbf']},\n", " scoring='roc_auc')
SVC()
SVC()