Change cutoff

aksaha
aksaha New Altair Community Member
edited November 2024 in Community Q&A
I am running a linear regression model with 15 attributes. The model accuracy is about 72% with sensitivity of 37%. Is there an operator which can slide the cutoff from 0.5 for the output variable. I want to change the cutoff to 0.4 for predicting variable.
Tagged:

Best Answer

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓

    Hi,
    The operators you search are called Create Threshold and Apply Threshold.

    I can also recommend Optimize Threshold which is part of Operator toolbox extension. It automatically tunes the confidence threshold (aka cutoff) for optimal accuracy. With Optimize Threshold (Subprocess) you can even use another performance measure.

    Best,
    Martin

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓

    Hi,
    The operators you search are called Create Threshold and Apply Threshold.

    I can also recommend Optimize Threshold which is part of Operator toolbox extension. It automatically tunes the confidence threshold (aka cutoff) for optimal accuracy. With Optimize Threshold (Subprocess) you can even use another performance measure.

    Best,
    Martin
  • aksaha
    aksaha New Altair Community Member
    Thanks Martin