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

Test for Logistic Regression #110

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

yangryan0
Copy link
Collaborator

@yangryan0 yangryan0 commented Dec 5, 2018

Adds a test for the python end for logistic regression (i.e checks if the accuracy increases beyond a certain threshold).

@jcarreira
Copy link
Owner

Please fix the conflict

@yangryan0 yangryan0 changed the base branch from automate_deployment to master February 13, 2019 04:26
@@ -0,0 +1,29 @@
import time

from cirrus import instance, automate, lr
Copy link
Owner

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

Copy link
Owner

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)"
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants