Giskard-AI / giskard

🐢 Open-Source Evaluation & Testing for ML & LLM systems
https://docs.giskard.ai
Apache License 2.0
4.07k stars 267 forks source link

Remove noise by filtering error that arise outside of giskard (ei. in jupiter notebook) #1938

Closed kevinmessiaen closed 5 months ago

kevinmessiaen commented 5 months ago

Description

Remove noise by filtering error that arise outside of giskard (ei. in jupiter notebook)

Example:

# initialize sentry reporting by importing giskard
import giskard 

# Report an error even though it is totally unrelated to giskard (fixed by this PR)
val = 1 / 0

Related Issue

Type of Change

sonarcloud[bot] commented 5 months ago

Please retry analysis of this Pull-Request directly on SonarCloud