feat(Data): resample exogenous/other datasource when their frequency is different (#234)

* feat(Data): resample exogenous/other datasource when their frequency is different

* fix(Linter): ran

* fix(Data): resampling done properly
This commit is contained in:
Mark Aron Szulyovszky
2022-03-10 20:00:06 +01:00
committed by GitHub
parent 4a9f74d645
commit b656f790f5
10 changed files with 69 additions and 37 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ def report_results(
send_report_to_wandb(output_stats, wandb)
pd.Series(output_stats).to_csv("output/results.csv")
output_weights.rename(config.target_asset[1]).to_csv("output/predictions.csv")
output_weights.rename(config.target_asset.file_name).to_csv(
"output/predictions.csv"
)
print("\n--------\n")