Merge pull request #2 from lolongcovas/refactor_set_weights_higher_recent
too long line fix
This commit is contained in:
commit
568200cbe8
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user