[SOLVED] Bayes Probability

User: "rjdevereux"
New Altair Community Member
Updated by Jocelyn
I am trying to build a model to predict if something is true or false.  But I'd like the output to be the probability that something is true instead of either true or false classification.

I figured out how to build a bayes model to classify as either true of false, can I get rapidminer to output the chance that something is true rather than just predicting if it is true or false?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    If you use Apply Model to apply the model on your input data you will get the confidence columns in addition to the binary prediction. These indicate the probabilities.

    Best regards,
    Marius
    User: "rjdevereux"
    New Altair Community Member
    OP
    Great! That worked, thank you.