2 issues detected
Performance 2

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

2 major
`text_length(text)` >= 151.500 AND `text_length(text)` < 165.500 Precision = 0.407 (Global = 0.509) -20.03% than global 59 samples affected
(6.8% of dataset)
Show details
`text` contains "movie" Precision = 0.421 (Global = 0.509) -17.22% than global 95 samples affected
(10.9% 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()