Deal with imbalanced data
Hi, I am working on an imbalanced dataset (99% vs 1%). 1- What is the difference between using 'class rebalancing' subsampling method and using weighting strategies ? 2- Can I improve my model using both of them ? 3- How does the 'class rebalancing' subsampling method work ? Thank you for your help.