Overview
Getting Squirro
Technical Docs
Engage
Other
Bases: Step
Step
The base Analyzer is a Step that judges the accuracy of a given labeling task.
Analyzer
type (str) – Type of Analyzer
label_field (str) – Field with ground-truth label
tag_field (str) – Field with predicted label
threshold (float, 0.75) – Confidence threshold used for classification
Methods Summary
process(docs)
process
Process a set of documents
Methods Documentation
docs (generator(Document)) – Generator of documents
Analysis
dict