CT-AI · Question #10
Which ONE of the following options is the MOST APPROPRIATE stage of the ML workflow to set model and algorithm hyperparameters?
The correct answer is C. Tuning the model. Setting model and algorithm hyperparameters is an essential step in the machine learning workflow, primarily occurring during the tuning phase. Evaluating the model (A): This stage involves assessing the model's performance using metrics and does not typically include the…
Question
Which ONE of the following options is the MOST APPROPRIATE stage of the ML workflow to set model and algorithm hyperparameters?
Options
- AEvaluating the model
- BDeploying the model
- CTuning the model
- DData testing
How the community answered
(65 responses)- A3% (2)
- B5% (3)
- C83% (54)
- D9% (6)
Explanation
Setting model and algorithm hyperparameters is an essential step in the machine learning workflow, primarily occurring during the tuning phase. Evaluating the model (A): This stage involves assessing the model's performance using metrics and does not typically include the setting of hyperparameters. Deploying the model (B): Deployment is the stage where the model is put into production and used in real-world applications. Hyperparameters should already be set before this stage. Tuning the model (C): This is the correct stage where hyperparameters are set. Tuning involves adjusting the hyperparameters to optimize the model's performance. Data testing (D): Data testing involves ensuring the quality and integrity of the data used for training and testing the model. It does not include setting hyperparameters. Hence, the most appropriate stage of the ML workflow to set model and algorithm hyperparameters is C. Tuning the model.
Topics
Community Discussion
No community discussion yet for this question.