Files
drift/run_sweep.py
T

4 lines
291 B
Python
Raw Normal View History

from run_pipeline import run_pipeline
from config.config import get_default_level_1_daily_config, get_default_level_2_daily_config, get_default_level_2_hourly_config
2021-12-21 17:28:36 +01:00
run_pipeline(project_name='price-prediction', with_wandb = True, sweep = True, get_config= get_default_level_2_daily_config)