Skip to content

Commit e804aac

Browse files
authored
Update articles/machine-learning/how-to-auto-train-forecast.md
1 parent 3f612ba commit e804aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-auto-train-forecast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Next, let's examine Figure 2, which plots the the original series in first diffe
292292

293293
In addition to well known problems associated with non stationary time series, machine learning models can not inherently deal with stochastic trends. As a result, their out of sample forecast accuracy will be "poor" if such trends are present.
294294

295-
Automated ML automatically analyzes time series dataset to check whether it is stationary or not. When non-stationary time series are detected, they are automatically first diferenced to mitigate the impact of having data inconsistancies.
295+
The first output of a non-stationary time series model might have data inconsistencies. When Automated ML detects and analyzes a time series dataset, the first output is differenced to mitigate the impact of having data inconsistencies.
296296

297297
## Run the experiment
298298

0 commit comments

Comments
 (0)