The risk of overfitting can be increased if the same data is used for both _________ and _________ of the Machine Learning model.
- evaluation, processing
- training, testing
- training, validation
- validation, training
If the same data is used for both "training" and "testing," the model may perform well on that data but poorly on unseen data, leading to overfitting.
Loading...
Related Quiz
- A bank wants to use transaction details to determine the likelihood that a transaction is fraudulent. The outcome is either "fraudulent" or "not fraudulent." Which regression method would be ideal for this purpose?
- The _________ is a single summary value that illustrates the ability of a classification model to discriminate between positive and negative classes.
- An online platform wants to generate new, realistic profile pictures for users who don't want to upload their own photos. They aim for these generated images to be indistinguishable from real photos. Which technology can achieve this?
- You are tasked with reducing the dimensionality of a dataset with multiple classes, and the within-class variance is very high. How would LDA help in this scenario?
- When using PCA, the data must be ___________ before applying the algorithm to ensure that each feature contributes equally.