We found some data slices in your dataset on which your model performance is lower than average. Performance bias may happen for different reasons:
To learn more about causes and solutions, check our guide on performance bias.
`text` contains "know"
|
Precision = 0.876 (Global = 0.936) | -6.45% than global |
113 samples affected (5.7% of dataset) | Show details Hide details |
Install the Giskard hub app to:
You can find installation instructions here.
from giskard import GiskardClient
# Create a test suite from your scan results
test_suite = results.generate_test_suite("My first test suite")
# Upload your test suite to your Giskard hub instance
client = GiskardClient("http://localhost:19000", "GISKARD_API_KEY")
client.create_project("my_project_id", "my_project_name")
test_suite.upload(client, "my_project_id")