Computer Science, asked by sanayya1998, 11 months ago

Generalization error measures how well an algorithm perform on unseen data.The test error obtained using cross-validation is an estimate of the generalization error. Is this estimate unbiased?

Answers

Answered by seenu001
0

Answer:

generalization error is a measure of how accurately an algorithm is able to predict outcome values for previously unseen data. Because learning algorithms are evaluated on finite samples, the evaluation of a learning algorithm may be sensitive to sampling error. As a result, measurements of prediction error on the current data may not provide much information about predictive ability on new data. Generalization error can be minimized by avoiding overfitting in the learning algorithm. The performance of a machine learning algorithm is measured by plots of the generalization error values through the learning process, which are called learning curves.

Answered by subham306952
0

Answer:

And yet another question from quiz, lets have a quick chat to deal with this scenario.

Similar questions