Chapter 11: Predictive Machine Learning Flashcards

1
Q

What is another name for supervised data models?

A

Machine learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are predictive models used for?

A

Estimation and classification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Estimation models attempt to approximate or otherwise determine outcomes based on multiple _______ and known ________.

A

parameters, relationships

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are estimation models used for?

A

They are used to predict a specific value of numeric dependent or target variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the equation for a linear equation?

A

y = a + bX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the distance between a predicted value and the observed value called?

A

residual or error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the equation for Sum of Squares Errors (SSE)?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can you determine the Root Sum of Square Errors?

A

Take the sqaure root of the average sum of square errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the abscence of regression what would be the best prediction method?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the sum of sqaured errors without regression called?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the name of the following equation?

SST = SSR + SSE

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

To make predictions with multiple independent variables you should use what model?

A

Multiple linear regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False: In a multiple linear regression all variables must be numeric in value.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

True or False: Non-numeric data cannot be converted to numeric values

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is used to evalute the performace of the classification model?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True postives are called _________

False negatives are called _________

False postives are called _________

True negatives are called _________

A
17
Q

How do you make a dependent variable into a categorical one?

A
18
Q

Naive Bayes classifer focuses on what techniuque?

A
19
Q

What is K-nearst neighbors based upon?

A
20
Q

What are the 2 types of decision trees?

A
21
Q

What is the simplest classification tree?

A

True/False or Yes/No

22
Q

(ANN) Artificial nueral networks are adept at what kind of function?

A
23
Q

Genetic algorithms use the process of _______, _______, and _______ to find solutions to complex problems.

A
24
Q

Filtering spam is an example of what type of machine learning?

A
25
Q

Predictive data models need to be _______, _______, _______ and run in real-workd scenarios.

A
26
Q
A