MLA FA Flashcards
The two phases of supervised ML process: Training, ________.
PREDICTING
Logistic Regression is an example of a regression algorithm.
FALSE
The _____ refers to the error from having wrong / too simple assumptions in the learning algorithm.
BIAS
Its primary objective is to map the input variable with the output variable.
Supervised Learning
These concepts helps to understand how well a model performs: Overfitting, Underfitting, _________.
GENERALIZATION
If your model performs well on the training set but poorly on the validation set.
Overfitting
When the model fits too closely to the training dataset.
Generalization
In k-NN, High Model Complexity is underfitting.
FALSE
K-nearest neighbors make a prediction for a new data point by finding the data that match from the training dataset.
FALSE
In k-NN, Low Model Complexity is:
Underfitting
In k-NN, when you choose a small value of k (e.g., k=1), the model becomes more complex.
TRUE
There is a regression variant of the k-nearest neighbors algorithm.
TRUE
In k-NN, High Model Complexity is:
Overfitting
There is a regression variant of the k-nearest neighbors algorithm.
FALSE
When comparing training set and test set scores, we find that we predict very accurately on the training set, but the R2 on the test set is much worse. This is a sign of underfitting.
FALSE