Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 867 Bytes

APIClassifierOut.md

File metadata and controls

14 lines (10 loc) · 867 Bytes

APIClassifierOut

Properties

Name Type Description Notes
classifier_name str The classifier name [optional]
serving bool True if the classifier is serving requests (has reached minimal learning, is not shutting down) [optional]
learning bool True if the classifier is learning [optional]
shutting_down bool True if the classifier is shutting down [optional]
probability_calibrated bool True if the classifier has finished the initial learning and calibrated probabilities (meanwhile, during initial learning, probabilities will be equal to -1) [optional]

[Back to Model list] [Back to API list] [Back to README]