Machine Learning Quiz 1

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Not a special type of feature normalization

feature scaling

2
New cards

If feature scaling changes the scale of the variables, what does normalization change?

Distribution

3
New cards

One-hot encoding is used for?

categorical variable

4
New cards

If a model requires normalized data, what variables should be normalized?

continuous variables

5
New cards

If a machine learning model requires features to be in a fixed ranges, which scaling method should you use?

Min-max scaling

6
New cards

This regression technique performs both variable selection and regularization is

Lasso regression

7
New cards

This regression technique corrects overfitting and multicollinearity in machine learning models

Ridge regression

8
New cards

Which approach finds regression coefficients in one shot

Least squares

9
New cards

In multiple regression with 3 predictors, the number of beta coefficients is

4

10
New cards

Regularization methods are mainly used to avoid

Overfitting

11
New cards

Parametric methods involve

assuming a functional form for f, then fitting the model

12
New cards

R-squared measures

The proportion of variability in Y explained by X

13
New cards

Mean Squared Error (MSE)

Average squared difference between observed and predicted values

14
New cards

The correct decomposition of the test MSE

Bias² + Variance + Irreducible error

15
New cards

When comparing models with both training and testing data, you should pick the one with the lowest

Test MSE

16
New cards

Overfitting occurs when

the training error is low but test error is high

17
New cards

Are features the same as raw data collected?

No

18
New cards

Benefits of feature selection

Improved performance and interpretability

19
New cards

Which feature selection method evaluates predictor relevance independent of a machine learning algorithm

filter

20
New cards

forward selection is an example of which feature selection method category

wrapper

21
New cards

embedded feature selection methods occur?

during model fitting

22
New cards

when someone uses machine learning to understand how predictors affect the response, they are using it for

interference

23
New cards

Using machine learning solely to forecast future responses is an example of 

prediction

24
New cards

a computational procedure or set of rules used to learn parameters from data is called

An algorithim

25
New cards

Names that refer to inputs include

Independent variables