Algorithm(s) used to calculate Class probability

Issue #638 closed
Agustin Lobo created an issue

What algorithm is used to calculate class probability? I do not find anything in the documentation. Is it the one calculated by each classification method or is it a cross-validation?

Comments (5)

  1. Andreas Janz

    First you have to fit a classifier that supports probabilistic outputs (e.g. RandomForest or SVC). For predicting probabilities, simply select the fitted classifier.

  2. Agustin Lobo reporter

    ok, thanks. I was enquiring about the method. I understand from your answer that the probabilities are the ones derived within each classification method. This can be closed.

  3. Log in to comment