add test for CNNPredictionModel

This commit is contained in:
robcaulk
2022-12-06 23:50:34 +01:00
parent 665eed3906
commit 389ab7e44b
3 changed files with 8 additions and 6 deletions

View File

@@ -43,7 +43,6 @@ class BaseTensorFlowModel(IFreqaiModel):
start_time = time()
# filter the features requested by user in the configuration file and elegantly handle NaNs
features_filtered, labels_filtered = dk.filter_features(
unfiltered_df,
dk.training_features_list,