How Should I deal with my imbalanced binary target
I am trying to model my data with Python and i am having concerns about my binary target variable, because it has 90% cases falling in 0 and 10% of the cases falling in 1. I have tried upsampling my data and i got twice more observations than i had. I am not sure is it right to do it this way.
Topic target-encoding sampling class-imbalance algorithms machine-learning
Category Data Science