mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-17 12:58:20 +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:
co-authored by
Mark Aron Szulyovszky
parent
c8211e90ff
commit
78a7fe028e
+1
-1
@@ -2,7 +2,7 @@
|
||||
def get_default_level_1_daily_config() -> tuple[dict, dict, dict]:
|
||||
|
||||
training_config = dict(
|
||||
meta_labeling_lvl_1 = True,
|
||||
meta_labeling_lvl_1 = False,
|
||||
dimensionality_reduction = True,
|
||||
n_features_to_select = 30,
|
||||
expanding_window_level1 = False,
|
||||
|
||||
Reference in New Issue
Block a user