Fix another (identical) typo

This commit is contained in:
Matthias 2023-11-11 10:50:58 +01:00
parent 51dc5811c2
commit c9a5e5a98c

View File

@ -570,7 +570,7 @@ def populate_any_indicators(
``` ```
1. Features - Move to `feature_engineering_expand_all` 1. Features - Move to `feature_engineering_expand_all`
2. Basic features, not expanded across `include_periods_candles` - move to`feature_engineering_expand_basic()`. 2. Basic features, not expanded across `indicator_periods_candles` - move to`feature_engineering_expand_basic()`.
3. Standard features which should not be expanded - move to `feature_engineering_standard()`. 3. Standard features which should not be expanded - move to `feature_engineering_standard()`.
4. Targets - Move this part to `set_freqai_targets()`. 4. Targets - Move this part to `set_freqai_targets()`.