Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicator of significance for the reports #132

Open
NickNtamp opened this issue Feb 13, 2023 · 1 comment
Open

Indicator of significance for the reports #132

NickNtamp opened this issue Feb 13, 2023 · 1 comment
Labels
discussion needed This issue needs some discussion to move forward enhancement New feature or request

Comments

@NickNtamp
Copy link
Contributor

Not all reports have the same significance!

Below you can find an example of drift metrics but this also applies on performance.

Lets say that:

  1. On Monday the client inserts an inference dataset with 1000 rows and a report of "Drift detected=FALSE" is produced.
  2. On Tuesday the client inserts an inference dataset with 1000 rows and a report of "Drift detected=FALSE" is produced.
  3. On Wednesday the client inserts an inference dataset with 35 rows and a report of "Drift detected=TRUE" is produced.

Even though we have a drift detection, seems that it is not important as there are much less datapoints for the specific day. We have to find a way to indicate if something is important or not (for instance for being important the drift have to be detected in a dataset with datapoints at least 50% of the average datapoints of the previous time periods - in this case for example 500 rows).

@NickNtamp NickNtamp added discussion needed This issue needs some discussion to move forward enhancement New feature or request labels Feb 13, 2023
@momegas
Copy link
Member

momegas commented Feb 15, 2023

This should be covered my monitors at the moment, where the user can create a monitor and specify the severity of the alerts produced. I the monitors feature does not cover the full extend for this but should be ok for the current milestone. Keeping this as it a nice idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion needed This issue needs some discussion to move forward enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants