Should we change the prediction value of Anomaly Detectors from integers (1, 0) to booleans (true, false)? #257
andrewdalpino
started this conversation in
Ideas
Replies: 1 comment
-
OTOH, the 0,1 allows for changing them to a floating point down the road... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In line with the whole "strings" are discrete, integers and floating point numbers are continuous rule, it may be more natural to return booleans for anomaly predictions than an integer. There would be no memory savings as both require 64 bits each. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions