mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-14 03:18:06 +00:00
feat(Events): added EventFilter, EventLabeller (#186)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from run_pipeline import run_pipeline
|
||||
from config.config import get_default_ensemble_config, get_dev_config
|
||||
from config import get_default_ensemble_config, get_dev_config
|
||||
import pandas as pd
|
||||
|
||||
all_results = []
|
||||
all_predictions = []
|
||||
for index in range(6):
|
||||
_, _, _, _, results_1, predictions_1, _ = run_pipeline(project_name='price-prediction', with_wandb = False, sweep = False, get_config= get_default_ensemble_config)
|
||||
_, _, _, _, results_1, predictions_1, _ = run_pipeline(project_name='price-prediction', with_wandb = False, sweep = False, config= get_default_ensemble_config())
|
||||
all_results.append(results_1)
|
||||
all_predictions.append(predictions_1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user