File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
machine_learning/ridge_regression Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1414# from ridge_regression import RidgeRegression
1515
1616
17-
1817def test_feature_scaling ():
1918 """
2019 Tests the feature_scaling function of RidgeRegression.
@@ -33,7 +32,6 @@ def test_feature_scaling():
3332 """
3433
3534
36-
3735def test_fit ():
3836 """
3937 Tests the fit function of RidgeRegression
@@ -56,7 +54,6 @@ def test_fit():
5654 """
5755
5856
59-
6057def test_predict ():
6158 """
6259 Tests the predict function of RidgeRegression
@@ -80,7 +77,6 @@ def test_predict():
8077 """
8178
8279
83-
8480def 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-
9893if __name__ == "__main__" :
9994 import doctest
10095
You can’t perform that action at this time.
0 commit comments