🎉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

[SOLVED] Optimizing Metacost Matrix operator

User: "jforr"
New Altair Community Member
Updated by Jocelyn
I'm trying to use the metacost operator to overguess on one of my labels, while keeping the false positives to a reasonable level.  Is there a way of optimizing the matrix inputs?

Alternatively, are there any other general suggestions for optimizing recall at the expense of precision for a particular label in a binary label dataset?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    Accepted Answer
    Hi,

    if you know which recall you want to achieve, you can use Select Recall and Apply Threshold.

    You can't set the values of the cost matrix directly; however you could substitute them by macros, place Set Macro operators before the MetaCost operator (inside the Optimization operator), and optimize the value fields of the Set Macro operators.

    Best,
    Marius
    User: "jforr"
    New Altair Community Member
    OP
    Thanks, I think that should work.