From 832796a6afb20be223268e32d349b9b3fcff9b5d Mon Sep 17 00:00:00 2001 From: Robert Caulk Date: Sat, 1 Apr 2023 11:42:54 +0200 Subject: [PATCH] Update freqai-feature-engineering.md The `metadata` section of `freqai-feature-engineering.md` had a misplaced whitespace in front of the title. This PR removes the whitespace. --- docs/freqai-feature-engineering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freqai-feature-engineering.md b/docs/freqai-feature-engineering.md index 6389bd9e5..f379e98c7 100644 --- a/docs/freqai-feature-engineering.md +++ b/docs/freqai-feature-engineering.md @@ -182,7 +182,7 @@ In total, the number of features the user of the presented example strat has cre $= 3 * 3 * 3 * 2 * 2 = 108$. - ### Gain finer control over `feature_engineering_*` functions with `metadata` +### Gain finer control over `feature_engineering_*` functions with `metadata` All `feature_engineering_*` and `set_freqai_targets()` functions are passed a `metadata` dictionary which contains information about the `pair`, `tf` (timeframe), and `period` that FreqAI is automating for feature building. As such, a user can use `metadata` inside `feature_engineering_*` functions as criteria for blocking/reserving features for certain timeframes, periods, pairs etc.