Merge pull request #2 from lolongcovas/refactor_set_weights_higher_recent

too long line fix
This commit is contained in:
lolong 2022-07-19 10:49:37 +02:00 committed by GitHub
commit 568200cbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,8 @@ class BaseRegressionModel(IFreqaiModel):
start_date = unfiltered_dataframe["date"].iloc[0]
end_date = unfiltered_dataframe["date"].iloc[-1]
logger.info("-------------------- Starting training " f"{pair} --------------------")
logger.info("-------------------- Using data " f"from {start_date} to {end_date}--------------------")
logger.info("-------------------- Using data "
f"from {start_date} to {end_date}--------------------")
# filter the features requested by user in the configuration file and elegantly handle NaNs
features_filtered, labels_filtered = dk.filter_features(