tracking_policy_agendas.classifiers   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 7
dl 0
loc 7
ccs 6
cts 6
cp 1
rs 10
c 0
b 0
f 0
1 1
from .lasso_clf import LassoClf
0 ignored issues
show
introduced by
Missing module docstring
Loading history...
2 1
from .meta_clf import MetaClf
3 1
from .naive_bayes_clf import GNBClf
4 1
from .pa_clf import PAClf
5 1
from .xgb_clf import XgbClf
6
from .meta_sklearn_clf import MetaSkLearnClf
7