8 issues detected
Performance 1
Robustness 5
Underconfidence 1
Ethical 1

We found some data slices in your dataset on which your model performance is lower than average. Performance bias may happen for different reasons:

  • Not enough examples in the low-performing data slice in the training set
  • Wrong labels in the training set in the low-performing data slice
  • Drift between your training set and test set

To learn more about causes and solutions, check our guide on performance bias.

Issues

1 medium
`text` contains "like" Precision = 0.731 (Global = 0.777) -5.91% than global 2375 samples affected
(5.2% of dataset)
Show details

What's next?

1. Generate a test suite from your scan results

test_suite = results.generate_test_suite("My first test suite")

2. Run your test suite

test_suite.run()