Passed
Pull Request — master (#110)
by
unknown
01:39
created

hyperactive.experiment.integrations   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 8
rs 10
c 0
b 0
f 0
1
"""Integrations with packages for tuning."""
2
# copyright: hyperactive developers, MIT License (see LICENSE file)
3
4
5
from hyperactive.experiment.integrations.sklearn_cv import SklearnCvExperiment
6
7
__all__ = ["SklearnCvExperiment"]
8