Skip to content

Benchmark with independent classification model #68

@jalvear2dxc

Description

@jalvear2dxc

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:

  1. Before Reweighting: Training (using prior weights as sample weights) and scoring
  2. Reweighting
  3. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions