Files
drift/run_sweep.py
T

10 lines
230 B
Python
Raw Normal View History

from run_pipeline import run_pipeline
from config.presets import get_default_ensemble_config
2021-12-21 17:28:36 +01:00
run_pipeline(
project_name="price-prediction",
with_wandb=True,
sweep=True,
raw_config=get_default_ensemble_config(),
)