Frequently Asked Questions


Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

2

2. What is the purpose of cross-validation?

The purpose of cross-validation is to test the ability of a machine learning model to predict new data.

Entry link: 2. What is the purpose of cross-validation?

3

3. What are the types of cross-validation?

Entry link: 3. What are the types of cross-validation?

D

Does cross-validation reduce Overfitting?

Yes. Cross-validation is used to avoid overfitting.

Entry link: Does cross-validation reduce Overfitting?

W

What is cross-validation?

Cross-Validation is a statistical method of evaluating and comparing learning algorithms by dividing data into two parts, one was used to learn or train our model and the other was used to validate our model.

Entry link: What is cross-validation?

Why we need it?

Because our model has trained itself on the given dataset, it already knows the data and has generalized over it very well. When we will try to predict new data, it gives us very bad accuracy, because it has not seen the new data before. It will fail to give us good accuracy and a generalized model.

Entry link: Why we need it?