mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-21 14:58:11 +00:00
fix(Config): adjusted parameters to 5 minute timeframe
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ from typing import Optional
|
||||
|
||||
from config.types import Config, RawConfig
|
||||
from config.preprocess import preprocess_config
|
||||
from config.presets import get_default_ensemble_config, get_lightweight_ensemble_config
|
||||
from config.presets import get_default_config
|
||||
|
||||
from data_loader.load import load_data
|
||||
from data_loader.process import check_data
|
||||
@@ -109,5 +109,5 @@ if __name__ == "__main__":
|
||||
project_name="price-prediction",
|
||||
with_wandb=False,
|
||||
sweep=False,
|
||||
raw_config=get_lightweight_ensemble_config(),
|
||||
raw_config=get_default_config(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user