Operators#
Operators run on a dataset and interact with Datasets in a streamlined fashion.
Operators have the following:
All parameters of an operator are defined in __init__.py.
All operators are have a transform method that shows What
happens when you accept documents and return documents - Operators are also written in ops.py files that inherit from an OperationsAPIBase.
- Cluster
- Dimensionality Reduction
- Basic
- API Reference
- Vectorize
- Basic
- Sentiment
- Search
- Label
- Question Answer
- Split Sentences
- Finetuning
- Transformer Pipelines