Direction: Choose the correct option
Q1.
Which estimator from scikit-learn is used for linear regression?
Direction: Choose the correct option
Q2.
How do you create and train a linear regression model?
Direction: Choose the correct option
Q3.
What does the `coef_` attribute of a linear model represent?
Direction: Choose the correct option
Q4.
How do you make predictions with a trained model?
Direction: Choose the correct option
Q5.
Which model is used for binary classification?
Direction: Choose the correct option
Q6.
How do you import the K-Nearest Neighbors classifier?
Direction: Choose the correct option
Q7.
What is a common way to set model hyperparameters?
Direction: Choose the correct option
Q8.
What does `model.fit(X, y)` do for an unsupervised model like KMeans?
Direction: Choose the correct option
Q9.
What is the output of `model.score(X_test, y_test)` for a classifier?
Direction: Choose the correct option
Q10.
Which method is used to get predicted probabilities for a classifier?
