Skip to content

Commit eb23c5e

Browse files
committed
fix base_estimator to estimator.
1 parent 9e245ff commit eb23c5e

File tree

1 file changed

+1
-1
lines changed
  • hyperts/framework/stats/sktime_ex

1 file changed

+1
-1
lines changed

hyperts/framework/stats/sktime_ex/_tsf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747
random_state=None,
4848
):
4949
super(BaseTimeSeriesForest, self).__init__(
50-
base_estimator=self._base_estimator,
50+
self._base_estimator,
5151
n_estimators=n_estimators,
5252
)
5353

0 commit comments

Comments
 (0)