2022-01-06 16:36:45 +01:00
|
|
|
from run_pipeline import run_pipeline
|
2022-01-26 23:22:43 +01:00
|
|
|
from config.presets import get_default_ensemble_config
|
2021-12-21 17:28:36 +01:00
|
|
|
|
2022-02-17 19:22:17 +01:00
|
|
|
run_pipeline(
|
|
|
|
|
project_name="price-prediction",
|
|
|
|
|
with_wandb=True,
|
|
|
|
|
sweep=True,
|
|
|
|
|
raw_config=get_default_ensemble_config(),
|
|
|
|
|
)
|