Skip to content

Commit 3a544ae

Browse files
committed
remove wrong import
1 parent e4eee1d commit 3a544ae

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/hyperactive/experiment/integrations/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
"""Integrations with packages for tuning."""
2+
23
# copyright: hyperactive developers, MIT License (see LICENSE file)
34

45
from hyperactive.experiment.integrations.lightgbm_experiment import LightGBMExperiment
5-
from hyperactive.experiment.integrations.skforecast_forecasting import (
6-
SkforecastExperiment,
7-
)
86
from hyperactive.experiment.integrations.sklearn_cv import SklearnCvExperiment
97
from hyperactive.experiment.integrations.skpro_probareg import (
108
SkproProbaRegExperiment,
@@ -21,7 +19,6 @@
2119

2220
__all__ = [
2321
"LightGBMExperiment",
24-
"SkforecastExperiment",
2522
"SklearnCvExperiment",
2623
"SkproProbaRegExperiment",
2724
"SktimeClassificationExperiment",

0 commit comments

Comments
 (0)