refactor(Project): move out load_data to utils, rename fetch_data to run_fetch_data, got classifiers to work (#38)

This commit is contained in:
Mark Aron Szulyovszky
2021-12-17 17:41:50 +01:00
committed by GitHub
parent cc7061b456
commit 0963df2087
94 changed files with 9704 additions and 84787 deletions
-1
View File
@@ -50,7 +50,6 @@ def run_single_asset_trainig_pipeline(
model_name = model_name,
target_returns = target_returns,
y_pred = preds,
sliding_window_size = sliding_window_size,
method = method,
)
column_name = ticker_to_predict + "_" + model_name