-
Notifications
You must be signed in to change notification settings - Fork 279
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
Sp cleanup #1037
Sp cleanup #1037
Conversation
as it avoids unnecessary conversions + is faster than the dense/binary version
add threshold to determine what is considered "valid" (e.g. >0, >=1,..) Used in SP
replaces with VectorHelpers.binaryToSparse()
By analyzing the blame information on this pull request, we identified @scottpurdy, @subutai and @baroobob to be potential reviewers |
In the last discussion we had about this, @scottpurdy disagreed with adding the vector helper code and listed his reasons here. Unless he has changed his mind on that, I don't see how this PR is going to get merged. |
WARNING! This Pull Request has been inactive for 25 days, and will be automatically closed in 5 days if not updated before then. This is an automated message. |
DO NOT MERGE
VectorHelpers
from low level anomaly detection example #890 (we already had a discussion about that in Vector utils #903 , but it is to be used now in AD-example, shows its usega as simplification of SP in this PR,...)Blocked by #1036
Fixes #1035