🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to Optimize Meta-Cost Matrix

User: "michaelgloven"
New Altair Community Member
Updated by Jocelyn

Hi, 

 

We have a classification process to attempt to predict infrequent events in a large dataset, and are using the meta-cost operator to place more value on the performance of these events (like 1 in 1,000) to minimize false negatives . Is there a method to optimize the cost matrix to class recall values, or does the user just need to iterate thru the cost matrix to arrive at acceptable values?

 

thanks!

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "michaelgloven"
    New Altair Community Member
    OP
    Accepted Answer

    Hi Brian,

     

    I'm acuatlly working with technical support on getting further documentation regarding this operator. Once I get more info I'll post back.

     

    Mike

    User: "michaelgloven"
    New Altair Community Member
    OP
    Accepted Answer

    ok, with your insights I understand how these work. For reference and looking at the cost matrix, if I have a 1.0 as my False Negative and 10.0 as my False Positive I am saying that False Positives are 10 times more expensive than False Negatives. I believe I understand how the math works now as it is a diagonal comparison.

     

    Many thanks!