Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove normalize argument when creating sklearn solvers (#333)
The normalize argument in the sklearn.LinearRegression and sklearn.Ridge classes has been deprecated since sklearn 1.0. The previous default was False anyway so we can safely remove the argument here.
- Loading branch information