Walk Forward Schemes Flashcards

1
Q

Walk-Forward Scheme

A

A rolling implementation of
* In-sample optimization
* Out-of-sample testing

Protects against the possibility of one round cross-validation that by chance we chose some input parameters that did well in both in and out-of-sample sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Steps for WFS

A
  • initialise training and test period
  • optimisation
  • test strategies
  • slide window
  • repeat
  • aggregate results
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Initialise Training and Test Period

A

Choose an initial training period and a subsequent test period.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Optimisation

A

Use the data in the training period to get the optimal parameters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Test Strategies

A

Test the strategy with the optimal parameters on the test set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Slide Window

A

Move the training and test periods forward in time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Repeat

A

Go back to optimisation and repeat the process until you’ve moved through all the available data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Aggregate Results

A

Collect performance metrics from each test period
to evaluate the overall performance of the strategy.
All similar - average the results/
Widely different - go and cry.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly