mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-06 15:47:52 +00:00
fix(Ensembling): stacking now works (although performance is poor)
This commit is contained in:
@@ -59,7 +59,7 @@ def __preprocess_model_config(model_config: dict) -> dict:
|
||||
StackingClassifier(
|
||||
[(m.name, m) for m in estimators],
|
||||
final_estimator=estimators[0],
|
||||
cv=TimeSeriesSplit(gap=100),
|
||||
cv=5,
|
||||
)
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user