Skip to content

Commit 1918aac

Browse files
committed
2 parents 83d7252 + 59d3ceb commit 1918aac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: machine_learning/ridge_regression/test_ridge_regression.py

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# from ridge_regression import RidgeRegression
1515

1616

17+
1718
def test_feature_scaling():
1819
"""
1920
Tests the feature_scaling function of RidgeRegression.
@@ -32,6 +33,7 @@ def test_feature_scaling():
3233
"""
3334

3435

36+
3537
def test_fit():
3638
"""
3739
Tests the fit function of RidgeRegression
@@ -54,6 +56,7 @@ def test_fit():
5456
"""
5557

5658

59+
5760
def test_predict():
5861
"""
5962
Tests the predict function of RidgeRegression
@@ -77,6 +80,7 @@ def test_predict():
7780
"""
7881

7982

83+
8084
def test_mean_absolute_error():
8185
"""
8286
Tests the mean_absolute_error function of RidgeRegression
@@ -90,6 +94,7 @@ def test_mean_absolute_error():
9094
"""
9195

9296

97+
9398
if __name__ == "__main__":
9499
import doctest
95100

0 commit comments

Comments
 (0)