Remove remaining CustomModel references

This commit is contained in:
Matthias
2022-07-23 16:06:46 +02:00
parent 62f7606d2c
commit 8a3cffcd1b
4 changed files with 7 additions and 13 deletions

View File

@@ -19,7 +19,6 @@ class FreqaiExampleStrategy(IStrategy):
"""
Example strategy showing how the user connects their own
IFreqaiModel to the strategy. Namely, the user uses:
self.model = CustomModel(self.config)
self.freqai.start(dataframe, metadata)
to make predictions on their data. populate_any_indicators() automatically