mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-28 19:27:47 +00:00
6 lines
294 B
Python
6 lines
294 B
Python
|
|
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
|
||
|
|
|
||
|
|
|
||
|
|
run_pipeline(project_name='price-prediction', with_wandb = False, sweep = False, get_config=get_default_level_1_daily_config)
|