mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
feat(Inference): Models are collected and structured. (#120)
* feat: Added collection of models into a dictionary. * feat: Models are now saved in a structured way into a dictionary. * Rename run_model_test.py to run_model_dev.py * fix(Pipeline): missing variable statement Co-authored-by: Mark Aron Szulyovszky <mark.szulyovszky@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user