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