alpha
hyperparameter controls model complexity.alpha
.alpha
hyperparameteralpha
:
alpha
: Simpler model, smaller coefficients.alpha
: Complex model, larger coefficients.TransformedTargetRegressor
iClicker cloud join link: https://join.iclicker.com/YJHS
Select all of the following statements which are TRUE.
X
.alpha
hyperparameter of Ridge
has similar interpretation of C
hyperparameter of LogisticRegression
; higher alpha
means more complex model.Ridge
, smaller alpha means bigger coefficients whereas bigger alpha means smaller coefficients.iClicker cloud join link: https://join.iclicker.com/YJHS
Select all of the following statements which are TRUE.
sklearn
for regression problems, using r2_score()
and .score()
(with default values) will produce the same results.GridSearchCV
or RandomizedSearchCV
for regression as well as classification problems.For this demo, each student should click this link to create a new repo in their accounts, then clone that repo locally to follow along with the demo from today.