Passed
Push — main ( 7b3fbc...cf9f8c )
by Douglas
01:44
created

mandos.analysis.regression   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 8
rs 10
c 0
b 0
f 0
wmc 0
1
"""
2
Scoring (regression and enrichment) calculations.
3
"""
4
5
6
class RegressionCalculator:
0 ignored issues
show
introduced by
Missing class docstring
Loading history...
7
    pass
8