Options

[SOLVED] Bayes Probability

rjdevereuxrjdevereux Member Posts: 2 Contributor I
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?

Answers

  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    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
  • Options
    rjdevereuxrjdevereux Member Posts: 2 Contributor I
    Great! That worked, thank you.
Sign In or Register to comment.