File tree 1 file changed +0
-5
lines changed
machine_learning/ridge_regression
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 14
14
# from ridge_regression import RidgeRegression
15
15
16
16
17
-
18
17
def test_feature_scaling ():
19
18
"""
20
19
Tests the feature_scaling function of RidgeRegression.
@@ -33,7 +32,6 @@ def test_feature_scaling():
33
32
"""
34
33
35
34
36
-
37
35
def test_fit ():
38
36
"""
39
37
Tests the fit function of RidgeRegression
@@ -56,7 +54,6 @@ def test_fit():
56
54
"""
57
55
58
56
59
-
60
57
def test_predict ():
61
58
"""
62
59
Tests the predict function of RidgeRegression
@@ -80,7 +77,6 @@ def test_predict():
80
77
"""
81
78
82
79
83
-
84
80
def test_mean_absolute_error ():
85
81
"""
86
82
Tests the mean_absolute_error function of RidgeRegression
@@ -94,7 +90,6 @@ def test_mean_absolute_error():
94
90
"""
95
91
96
92
97
-
98
93
if __name__ == "__main__" :
99
94
import doctest
100
95
You can’t perform that action at this time.
0 commit comments