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

SDR Classifier and region don't handle multiple calls correctly #3651

Closed
scottpurdy opened this issue May 26, 2017 · 0 comments · Fixed by #3669
Closed

SDR Classifier and region don't handle multiple calls correctly #3651

scottpurdy opened this issue May 26, 2017 · 0 comments · Fixed by #3669

Comments

@scottpurdy
Copy link
Contributor

The SDR classifier updates _patternNZHistory each time compute is called. But clients are calling compute multiple times per record. This is because there are sometimes multiple categories to learn for each record.

We should support this either by allowing multiple categories to be specified to compute or by enabling multiple calls to compute with only a single update to _patternNZHistory.

cc @ywcui1990

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 a pull request may close this issue.

1 participant