5 issues detected
Robustness 1
Performance 4

Your model seems to be sensitive to small perturbations in the input data. These perturbations can include adding typos, changing word order, or turning text into uppercase or lowercase. This happens when:

  • There is not enough diversity in the training data
  • Overreliance on spurious correlations like the presence of specific word
  • Use of complex models with large number of parameters that tend to overfit the training data

To learn more about causes and solutions, check our guide on robustness issues.

Issues

1 major
Feature `text` Add typos Fail rate = 0.130 104/800 tested samples (13.0%) changed prediction after perturbation 800 samples affected
(91.7% 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()