We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4eee1d commit 3a544aeCopy full SHA for 3a544ae
1 file changed
src/hyperactive/experiment/integrations/__init__.py
@@ -1,10 +1,8 @@
1
"""Integrations with packages for tuning."""
2
+
3
# copyright: hyperactive developers, MIT License (see LICENSE file)
4
5
from hyperactive.experiment.integrations.lightgbm_experiment import LightGBMExperiment
-from hyperactive.experiment.integrations.skforecast_forecasting import (
6
- SkforecastExperiment,
7
-)
8
from hyperactive.experiment.integrations.sklearn_cv import SklearnCvExperiment
9
from hyperactive.experiment.integrations.skpro_probareg import (
10
SkproProbaRegExperiment,
@@ -21,7 +19,6 @@
21
19
22
20
__all__ = [
23
"LightGBMExperiment",
24
- "SkforecastExperiment",
25
"SklearnCvExperiment",
26
"SkproProbaRegExperiment",
27
"SktimeClassificationExperiment",
0 commit comments