-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
Hello @arogozhnikov ,
In order to check the quality of the reweighting process, I have used an independent classifier, based on the Ugradient boosting class in the same dataset, following the steps of the list below:
- Before Reweighting: Training (using prior weights as sample weights) and scoring
- Reweighting
- After Reweighting: Training using new weights as sample weights and scoring
When comparing the results with those of the reweighter classifier (rw.gb), I find that the decrease in the Weighted AUC is much greater than the obtained with the independent classifier,
Results before reweigthing: classifier AUC = 0.99 rw.gb AUC = 0.99
Results after reweigthing: classifier AUC = 0.95 rw.gb AUC = 0.55
Could you help me to identify a possible cause of this difference in behavior?
Reactions are currently unavailable