-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test for Logistic Regression #110
base: master
Are you sure you want to change the base?
Conversation
Please fix the conflict |
@@ -0,0 +1,29 @@ | |||
import time | |||
|
|||
from cirrus import instance, automate, lr |
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.
Run pylint on this code
@@ -0,0 +1,29 @@ | |||
import time | |||
|
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.
I would change the name of this file and function since "test" seems a bit vague.
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"test(server)" |
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.
You should explain what this function does so the user know what's going on. Like we do in the other notebooks.
Adds a test for the python end for logistic regression (i.e checks if the accuracy increases beyond a certain threshold).