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

Data Shift : Detect Prior Probability Shift #77

Open
anilkumarpanda opened this issue Feb 24, 2021 · 0 comments
Open

Data Shift : Detect Prior Probability Shift #77

anilkumarpanda opened this issue Feb 24, 2021 · 0 comments
Labels
enhancement New feature or request investigation needed One to do research related to this issue, and share findings

Comments

@anilkumarpanda
Copy link
Contributor

Problem Description
Prior Probability Shift (PPS) refers the case when the input feature distributions remain the same but the distribution of the target variable changes.

Desired Outcome
Since, probatus deals with binary classification only, the solution should :

  • Plot the distribution of the target variables in the train and test set .
  • Use a statistical test to identify PPS.

Solution Outline

  • Plot the distribution of the target variables in the train and test set .
  • Use Z test .

Refers to issue #72 comments

@anilkumarpanda anilkumarpanda added the enhancement New feature or request label Feb 24, 2021
@Matgrb Matgrb added the investigation needed One to do research related to this issue, and share findings label Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigation needed One to do research related to this issue, and share findings
Projects
None yet
Development

No branches or pull requests

2 participants