mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-20 22:38:10 +00:00
chore(Config): try to turn off PCA to see the results (#152)
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ def get_dev_config() -> tuple[dict, dict, dict]:
|
|||||||
|
|
||||||
training_config = dict(
|
training_config = dict(
|
||||||
primary_models_meta_labeling = False,
|
primary_models_meta_labeling = False,
|
||||||
dimensionality_reduction = True,
|
dimensionality_reduction = False,
|
||||||
n_features_to_select = 30,
|
n_features_to_select = 30,
|
||||||
expanding_window_primary = False,
|
expanding_window_primary = False,
|
||||||
expanding_window_meta_labeling = False,
|
expanding_window_meta_labeling = False,
|
||||||
@@ -46,7 +46,7 @@ def get_default_ensemble_config() -> tuple[dict, dict, dict]:
|
|||||||
|
|
||||||
training_config = dict(
|
training_config = dict(
|
||||||
primary_models_meta_labeling = True,
|
primary_models_meta_labeling = True,
|
||||||
dimensionality_reduction = True,
|
dimensionality_reduction = False,
|
||||||
n_features_to_select = 30,
|
n_features_to_select = 30,
|
||||||
expanding_window_primary = False,
|
expanding_window_primary = False,
|
||||||
expanding_window_meta_labeling = True,
|
expanding_window_meta_labeling = True,
|
||||||
|
|||||||
Reference in New Issue
Block a user