More docstring changes

This commit is contained in:
Matthias
2022-07-24 16:54:39 +02:00
parent 70b7a254af
commit 1885deb632
7 changed files with 17 additions and 23 deletions

View File

@@ -31,9 +31,8 @@ class BaseTensorFlowModel(IFreqaiModel):
"""
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
:metadata: pair metadata from strategy.
:param unfiltered_dataframe: Full dataframe for the current training period
:param metadata: pair metadata from strategy.
:returns:
:model: Trained model which can be used to inference (self.predict)
"""