Questions
2261 BUSQOM 0102 SEC1200 Project 2 Quiz
Single choice
In the project notebook the classification model building was never completed. After estimating generalization performance for the decision tree, logistic regression, and random forest algorithms we stopped. What would the next step in the model-building process have been if we had continued?
Options
A.Try each of the three algorithms on a regression task
B.Decide which of the algorithms to use for the final model and then run a grid search for that algorithm on all the data
C.Decide which of the algorithms to use for the final model and then run a cross_validate() function with that algorithm as the estimator
D.Combine the predictions of all three algorithms as our final predictions
View Explanation
Verified Answer
Please login to view
Step-by-Step Analysis
The question describes a typical model-building workflow: after comparing multiple algorithms, you would choose one to deploy and then tune it on the available data.
Option 1: 'Try each of the three algorithms on a regression task' implies re-running multiple models on the same task with grid search or tuning, which is inefficient after you’ve already evaluated generalization performance; the standard next step is not to keep testing all models but to select one for fi......Login to view full explanationLog in for full answers
We've collected over 50,000 authentic exam questions and detailed explanations from around the globe. Log in now and get instant access to the answers!
Similar Questions
Which statement best describes the difference between GridSearchCV and RandomizedSearchCV in scikit-learn?
Which of the following numbers is closest to the best parameter setting for the random forest algorithm on the income data?
Question at position 36 Which of the following strategies/tools should we choose in order to decide the k value in a kNN model?Nested holdout testingNested Cross-validationCumulative response curveCross-validationLearning CurveLift curveFitting GraphHoldout testing
Which hyperparameter is NOT typically adjusted when tuning LLMs?
More Practical Tools for Students Powered by AI Study Helper
Making Your Study Simpler
Join us and instantly unlock extensive past papers & exclusive solutions to get a head start on your studies!