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

ENH add monitor keyword to the autoencoder #58

Merged
merged 4 commits into from
Aug 28, 2017
Merged

Conversation

beckermr
Copy link
Contributor

This PR adds the monitor keyword to the autoencoder.

Closes #20

@beckermr
Copy link
Contributor Author

@samcarlos This one is good to go.

@@ -516,13 +516,22 @@ def _build_sigmoid_and_softmax_indices(self):
raise ValueError("Sigmoid indices and softmax indices cannot"
" overlap!")

def partial_fit(self, X, y=None):
def partial_fit(self, X, y=None, monitor=None, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you pass kwargs here? Is there anything in partial_fit that takes that as an input?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@beckermr
Copy link
Contributor Author

@samcarlos This is fixed! Back to you!

Copy link
Contributor

@samcarlos samcarlos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
LGTM
LGTM

Copy link
Contributor

@samcarlos samcarlos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
LGTM
LGTM
LGTM

@beckermr beckermr merged commit 0a10a86 into master Aug 28, 2017
@beckermr beckermr deleted the add-monitor-ae branch August 29, 2017 06:42
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.

None yet

2 participants