mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-06 23:57:49 +00:00
feat(Events): added EventFilter, EventLabeller (#186)
This commit is contained in:
committed by
GitHub
parent
1042c82333
commit
42a1bc59cb
+2
-2
@@ -1,5 +1,5 @@
|
||||
from run_pipeline import run_pipeline
|
||||
from config.config import get_dev_config
|
||||
from config.presets import get_dev_config
|
||||
|
||||
|
||||
run_pipeline(project_name='price-prediction', with_wandb = False, sweep = False, get_config=get_dev_config)
|
||||
run_pipeline(project_name='price-prediction', with_wandb = False, sweep = False, raw_config=get_dev_config())
|
||||
|
||||
Reference in New Issue
Block a user