From 52dfb0452ca76c78feb8f79bfb03eb585b7b9b52 Mon Sep 17 00:00:00 2001 From: Robert Caulk Date: Mon, 2 Jan 2023 16:06:54 +0100 Subject: [PATCH] Update freqai-feature-engineering.md --- docs/freqai-feature-engineering.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/freqai-feature-engineering.md b/docs/freqai-feature-engineering.md index 0fa47ba73..6b8636e28 100644 --- a/docs/freqai-feature-engineering.md +++ b/docs/freqai-feature-engineering.md @@ -124,6 +124,8 @@ It is advisable to start from the template `feature_engineering_*` functions in / dataframe["close"] - 1 ) + + return dataframe ``` In the presented example, the user does not wish to pass the `bb_lowerband` as a feature to the model,