Skip to content

Commit f614b2e

Browse files
committed
minor chenges
1 parent 1918aac commit f614b2e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: machine_learning/ridge_regression/test_ridge_regression.py

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

1616

17-
1817
def test_feature_scaling():
1918
"""
2019
Tests the feature_scaling function of RidgeRegression.
@@ -33,7 +32,6 @@ def test_feature_scaling():
3332
"""
3433

3534

36-
3735
def test_fit():
3836
"""
3937
Tests the fit function of RidgeRegression
@@ -56,7 +54,6 @@ def test_fit():
5654
"""
5755

5856

59-
6057
def test_predict():
6158
"""
6259
Tests the predict function of RidgeRegression
@@ -80,7 +77,6 @@ def test_predict():
8077
"""
8178

8279

83-
8480
def test_mean_absolute_error():
8581
"""
8682
Tests the mean_absolute_error function of RidgeRegression
@@ -94,7 +90,6 @@ def test_mean_absolute_error():
9490
"""
9591

9692

97-
9893
if __name__ == "__main__":
9994
import doctest
10095

0 commit comments

Comments
 (0)