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

hyperactive.experiment.integrations   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 7
rs 10
c 0
b 0
f 0
wmc 0
1
"""Integrations with packages for tuning."""
2
3
4
from hyperactive.experiment.integrations.sklearn_cv import SklearnCvExperiment
5
6
__all__ = ["SklearnCvExperiment"]
7