My datasets has severe class imbalance with lots of zeros in the columns. Here is the total count of my samples.
Total Samples: 12237697
Positive samples: 1061 (0.01% of total)
I have tried weighted tree based methods, cost sensitive techniques, threshold moving technique, SMOTE, random under sampling, and oversampling methods as well. Still it didn't help at all. Here is sample output of a weighted logistic regression. How can I improve my model performance? Any thoughts will be appreciated. Thanks!