Files
drift/run_sweep.py
T

4 lines
212 B
Python
Raw Normal View History

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