Skip to content

Commit 4707bf0

Browse files
authored
Update how-to-automl-forecasting-faq.md
1 parent 1e4eab9 commit 4707bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-automl-forecasting-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ AutoML uses machine learning best practices, such as cross-validated model selec
8383

8484
It's possible to see perfect scores when you're viewing validation metrics from a training job. A perfect score means that the forecast and the actuals on the validation set are the same or nearly the same. For example, you have a root mean squared error equal to 0.0 or an R2 score of 1.0.
8585

86-
A perfect validation score _usually_ indicates that the model is severely overfit, likely because of [data leakage](#how-can-i-prevent-over-fitting-and-data-leakage). The best course of action is to inspect the data for leaks and drop the columns that are causing the leak.
86+
A perfect validation score _usually_ indicates that the model is severely overfit, likely because of [data leakage](#how-can-i-prevent-overfitting-and-data-leakage). The best course of action is to inspect the data for leaks and drop the columns that are causing the leak.
8787

8888
## What if my time series data doesn't have regularly spaced observations?
8989

0 commit comments

Comments
 (0)