APPLICATION OF SUPERVISED LEARNING
MACHINE LEARNING PIPELINE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A data scientist is trying to determine how a model is doing based on training evaluation. The train accuracy plateaus out at around 70% and the validation accuracy is 67%. How should the data scientist interpret these results?
|
The model is underfit and needs more complexity
|
|
The model is overfit and needs less complexity
|
|
The model is generalizing well and isn’t overfit or underfit
|
|
The model is overfit and underfit and needs more epochs
|
Explanation:
Detailed explanation-1: -Explanation: Communication Building is not a part of data science process.
Detailed explanation-2: -Validation Dataset: The sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters.
There is 1 question to complete.