Text Quality Score (Text SQS)
Compare the quality of two text datasets
To learn about the parts of the report, please see the Synthetic Text Data Quality page.
Notebook
Use this notebook as a template for how to use the text quality score SDK.
SDK
The Gretel SDK provides Python classes specifically to run reports. The TextQualityReport()
class uses evaluate
with text
task type generate a Text Quality Report. The most basic usage is below:
Last updated