Skip to content
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

rcond=-1 Addition to surpress FutureWarning #2

Open
jwbishop opened this issue Nov 1, 2019 · 0 comments
Open

rcond=-1 Addition to surpress FutureWarning #2

jwbishop opened this issue Nov 1, 2019 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@jwbishop
Copy link
Collaborator

jwbishop commented Nov 1, 2019

FutureWarning: rcond parameter will change to the default of machine precision times max(M, N) where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None, to keep using the old, explicitly pass rcond=-1. c500 = np.linalg.lstsq(X_500, y_500)[0]

This issue is known, and appears to be harmless.
scikit-learn-contrib/py-earth#194

@jwbishop jwbishop reopened this Mar 17, 2020
@jwbishop jwbishop added the documentation Improvements or additions to documentation label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant