Overview
Get Technical
Engage
Other
Bases: squirro.lib.nlp.steps.base.Step
squirro.lib.nlp.steps.base.Step
The base Analyzer is a Step that judges the accuracy of a given labeling task.
Analyzer
Step
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