give beta testers more information in the doc

This commit is contained in:
robcaulk
2022-05-15 14:01:53 +02:00
parent a7029e35b5
commit a8022c104a
3 changed files with 19 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ class ExamplePredictionModel(IFreqaiModel):
def train(self, unfiltered_dataframe: DataFrame, metadata: dict) -> Tuple[DataFrame, DataFrame]:
"""
Filter the training data and train a model to it. Train makes heavy use of the datahandler
for storing, saving, loading, and managed.
Filter the training data and train a model to it. Train makes heavy use of the datahkitchen
for storing, saving, loading, and analyzing the data.
:params:
:unfiltered_dataframe: Full dataframe for the current training period
:metadata: pair metadata from strategy.