izxi / Learning

9 stars 3 forks source link

Each class is properly represented in both the training and test set? #16

Closed izxi closed 6 years ago

izxi commented 6 years ago

When selecting data, so as to assure that each class is properly represented in both the training and test set, which of the following is used?

Select one:

izxi commented 6 years ago

Cross-validation is a technique for evaluating ML models by training several ML models on subsets of the available input data and evaluating them on the complementary subset of the data. Use cross-validation to detect overfitting, ie, failing to generalize a pattern.

johnnieng commented 5 years ago

B. Stratification *

iaminebriki commented 2 years ago

Stratification