Skip to content

Fixes #12108 : Ridge regression #12108 #12257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor checks
  • Loading branch information
ankana2113 committed Oct 24, 2024
commit 254b9bf87efd7a63f7c76ac7c349ddbbb8358cc3
2 changes: 1 addition & 1 deletion machine_learning/ridge_regression/test_ridge_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
python -m doctest test_ridge_regression.py -v
"""

# from ridge_regression import RidgeRegression
# from machine_learning.ridge_regression import RidgeRegression


def test_feature_scaling():
Expand Down
Loading