mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-25 16:58:07 +00:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user