Gradient Boosted Trees - Confusion matrix

DanDunne
DanDunne New Altair Community Member
edited November 2024 in Community Q&A
I am running a Gradient Based Trees model. I am getting the attached confusion table which seems 'incorrect' or inverted in terms of positioning of the scores. The ROC curve also is unusual in that it is slopping downwards left to right.

The model is looking at clinical tests by patient admitted to ICU - the original test data had each test labelled 1 - Died or 2 - survived. I have converted this to binomial hence the True-True, True-False categories on the confusion matrix.

Given that the focus should be to highlight those patients who died rather than survived I am concerned that I have omitted some parameter  or block that is that is  distorting the table.

Copy of model and confusion table below.

Thank you.






Tagged:

Best Answers

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    Answer ✓
    Hi,

    you can use the operator Remap Binominals to set the negative and positive class.

    Regards,
    Balázs
  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓
    did you try to set the positive class manually? It is a setting of Performance (Binominal)

    Cheers,
    Martin

Answers

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    Answer ✓
    Hi,

    you can use the operator Remap Binominals to set the negative and positive class.

    Regards,
    Balázs
  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓
    did you try to set the positive class manually? It is a setting of Performance (Binominal)

    Cheers,
    Martin