Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 718 Bytes

APIClassifierOut.md

File metadata and controls

14 lines (9 loc) · 718 Bytes

APIClassifierOut

Properties

Name Type Description Notes
classifierName String The classifier name [optional]
serving Boolean True if the classifier is serving requests (has reached minimal learning, is not shutting down) [optional]
learning Boolean True if the classifier is learning [optional]
shuttingDown Boolean True if the classifier is shutting down [optional]
probabilityCalibrated Boolean True if the classifier has finished the initial learning and calibrated probabilities (meanwhile, during initial learning, probabilities will be equal to -1) [optional]