-
Notifications
You must be signed in to change notification settings - Fork 265
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
Adding support for Sklearn linear regression in EvaDB #1162
Conversation
Currently the integration test is failing with the following error:
Seems like something is wrong with return types somewhere. Need to debug further. |
Unit test is passing with these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great. Add some comments. We are good to merge then. Thanks for the contribution!
Starting this PR for integrating sklearn linear regression for EvaDb.