You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement the LFR pre-processing bias mitigation in a multi-class classification dataset. The original dataset has 4 distinct classes as the target variable. Used the below code for LFR.
This code shows that the transformed dataset has always a single target column. Where have the other classes gone? Should I apply any tuning method for this?
The text was updated successfully, but these errors were encountered:
I am trying to implement the LFR pre-processing bias mitigation in a multi-class classification dataset. The original dataset has 4 distinct classes as the target variable. Used the below code for LFR.
This code shows that the transformed dataset has always a single target column. Where have the other classes gone? Should I apply any tuning method for this?
The text was updated successfully, but these errors were encountered: