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

Switching labels in Dice #445

Open
Gradwanderer opened this issue Oct 24, 2024 · 0 comments
Open

Switching labels in Dice #445

Gradwanderer opened this issue Oct 24, 2024 · 0 comments

Comments

@Gradwanderer
Copy link

I have trained a Binary classifier (0,1). Only the class 1 is of importance for me. So I use the model do predict the class of my test data and reduced the test data to all datapoints, where the predicted label was 1 and also the true label was 1.

I used that datapoints in the Dice package and the "Query instance (original outcome : 0)". That would not be that problem, but sometimes the package just switches that class for some data points.

Can you explain why the change happen? Does the package use the train data to predict the class? The Problem occure for the random and the genetic method. The problem occure for different models and is not fix for one type of classifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant