mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-18 13:28:22 +00:00
feat(Ensembling): added possiblity of stacking models
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class RawConfig(BaseModel):
|
||||
labeling: Literal["two_class", "three_class_balanced", "three_class_imbalanced"]
|
||||
forecasting_horizon: int
|
||||
save_models: bool
|
||||
ensembling_method: Literal["voting_soft", "voting_hard"]
|
||||
ensembling_method: Literal["voting_soft", "stacking"]
|
||||
|
||||
directional_models: list[str]
|
||||
meta_models: list[str]
|
||||
|
||||
Reference in New Issue
Block a user