You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The SDR classifier updates
_patternNZHistory
each timecompute
is called. But clients are callingcompute
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 tocompute
with only a single update to_patternNZHistory
.cc @ywcui1990
The text was updated successfully, but these errors were encountered: