No variance in confusion matrix output

LeoKrak
LeoKrak New Altair Community Member
edited November 5 in Community Q&A
Hi, 

If anyone is available now, maybe i can go in further details but in brief my team and I are building a model that should predict who among a list of

 previous donators would donate for the next campaign, based on a database with previous donators and their characteristics.

We seem to do everything right but I think we face an overfitting issue because we always get the same results in the confusion matrix no matter how many tries we make.

Also, the model has extreme poor performances but what is really disturbing is that the output doesnt vary at all.. Any help ?

Tagged:

Answers

  • varunm1
    varunm1 New Altair Community Member
    Hello @LeoKrak

    Your data sets seem to be highly imbalanced with more than 3700 samples belong to one class and just 54 to another. You need to try data preprocessing methods like sampling (on training side) or weighting. 

    Also, try to do some feature selection and tune your hyperparameters of the model, you can do so by using Optimize parameter (Grid) operator.
  • LeoKrak
    LeoKrak New Altair Community Member
    Thanks a lot I'll try this tomorrow morning !  Can I come back to you if I have any other questions ?
  • varunm1
    varunm1 New Altair Community Member
    Sure, we are here to help