Podcast
Questions and Answers
Which method is considered non-parametric?
Which method is considered non-parametric?
- Linear regression
- k nearest neighbor (correct)
- Decision tree
- Logistic regression
What is the function used in logistic regression?
What is the function used in logistic regression?
- e power β0 + β11 X1 + β12 X2
- e power this term divided by 1 + e power this term (correct)
- β0 + β11 X1 + β12 X2
- 1 + e power β0 + β11 X1 + β12 X2
What are β0, β11, and β12 in logistic regression?
What are β0, β11, and β12 in logistic regression?
- Parameters derived from the data (correct)
- Classifications made from the data
- Hyperplane coefficients
- Test data points
What does logistic regression use the trained data for?
What does logistic regression use the trained data for?
How does k nearest neighbor make classifications?
How does k nearest neighbor make classifications?