Fix some typos

This commit is contained in:
Matthias
2022-05-15 16:25:08 +02:00
parent db66b82f6f
commit c81b960791
4 changed files with 26 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ 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 datahkitchen
Filter the training data and train a model to it. Train makes heavy use of the datakitchen
for storing, saving, loading, and analyzing the data.
:params:
:unfiltered_dataframe: Full dataframe for the current training period