mla Flashcards
The two phases of supervised ML process: Training, ________.
Prediction
These concepts helps to understand how well a model performs: Overfitting, Underfitting, _________.
generalization
When the model fits too closely to the training dataset.
Group of answer choices
Overfitting
Generalization
Underfitting
Overfitting
In supervised learning, market trend analysis is an example of:
Group of answer choices
Regression
Correlation
Prediction
Classification
Regression
Logistic Regression is an example of a regression algorithm.
Group of answer choices
True
False
FALSE
The _____ refers to the error from having wrong / too simple assumptions in the learning algorithm.
bias
If your model performs well on the training set but poorly on the validation set.
Group of answer choices
Underfitting
Generalization
Overfitting
Overfitting
There is a regression variant of the k-nearest neighbors algorithm.
Group of answer choices
True
False
TRUE
In k-NN, when you choose a small value of k (e.g., k=1), the model becomes more complex.
Group of answer choices
True
False
TRUE
In k-NN, High Model Complexity is underfitting.
Group of answer choices
True
False
FALSE
The ‘k’ in k-Nearest neighbors refers to the new closest data point.
Group of answer choices
True
False
FALSE
In k-NN, High Model Complexity is:
Group of answer choices
Overfitting
Underfitting
Overfitting
K-nearest neighbors make a prediction for a new data point by finding the data that match from the training dataset.
Group of answer choices
True
False
FALSE
In k-NN, Euclidean distance (by default) is used to choose the right distance measure.
Group of answer choices
True
False
TRUE
In Ridge regression is α (alpha) is lesser, the penalty becomes larger.
Group of answer choices
True
False
FALSE