MODULE 2 S1 Flashcards
M2S1
It predicts consecutive numbers (real numbers).
Regression
T/F
Simply duplicating the same data points or collecting very similar data will not help.
TRUE
If your model performs well on the training set but poorly on the validation set.
Overfitting
It occurs when you fit a model too closely to the particularities of the training set and obtain a model that works well on the training set but is not able to generalize to new data.
Overfitting
This occurs when a model learns the training data too well, including its noise and outliers.
Overfitting
If your model is too simple then you might not be able to capture all the aspects of and variability in the data, and your model will do badly even on the training set. Choosing too simple a model is called ____________.
Underfitting
The two phases of supervised ML process: Training, ________.
Predicting
Input object : __________
Output value : __________
Feature
Label
A model that performs poorly on both training and new data because it hasn’t learned enough from the training data.
Underfitting
It refers to algorithms that address classification problems where the output variable is categorical.
Classification
Where labeled training data refers to a dataset that includes both the input data and the corresponding correct output.
Supervised Learning
It refers to the error from having wrong / too simple assumptions in the learning algorithm.
Bias
Classification : _____________ variable
Regression : ______________ variable
Categorical
Continuous
It predicts one of the possible class labels.
Classification
Two Types of Classification
Binary Classification
Multiple Classification