Classification Probability Estimator Calculator

Measure event likelihood from scores and thresholds. View calibrated probabilities, odds, risk bands, and actions. Built for analysts validating models across practical business scenarios.

Calculator Inputs


Weighted Feature Score Inputs

Example Data Table

This example shows sample scores, probabilities, predicted classes, and outcomes for a binary classification workflow.

Case Raw Logit Calibrated Probability Threshold Predicted Class Actual Label
A1011.350.79410.5011
A102-0.420.39650.5000
A1030.180.54490.6001
A1042.050.88600.7011
A105-1.100.24970.3000

Formula Used

Logistic probability formula:
Probability = 1 / (1 + e-z)
Feature-based score:
z = intercept + (x1 × w1) + (x2 × w2) + (x3 × w3)
Calibration adjustment:
Calibrated logit = (slope × raw logit) + intercept
Odds conversion:
Odds = p / (1 - p)

The calculator accepts a raw logit, a direct probability, odds, or a weighted feature score. It then calibrates the score, applies the logistic transform, compares the result with your threshold, and estimates related decision metrics.

How to Use This Calculator

  1. Select the score mode that matches your model output.
  2. Enter either a logit, probability, odds, or feature-based score inputs.
  3. Add calibration slope and intercept if you have validation adjustments.
  4. Choose a decision threshold for positive-class assignment.
  5. Set prevalence, costs, and sample size for business-oriented estimates.
  6. Submit the form to view results above the form.
  7. Download the result summary as CSV or PDF if needed.

Frequently Asked Questions

1. What does this calculator estimate?

It estimates the positive-class probability for a binary classifier. It also reports threshold-based class assignment, calibration output, confidence, risk band, and related decision metrics.

2. When should I use logit input?

Use logit mode when your model already returns a linear score before logistic transformation. This is common in logistic regression and many calibrated binary classification pipelines.

3. Why would I enter calibration values?

Calibration adjusts raw model scores to better match observed outcomes. Use it when validation data shows your original probabilities are systematically too high or too low.

4. What is the threshold used for?

The threshold converts a probability into a class label. Higher thresholds reduce positive predictions, while lower thresholds catch more positives at the cost of more false alarms.

5. Are the portfolio counts exact?

No. They are expected counts based on prevalence, probability, and sample size assumptions. They help planning, but they do not replace evaluation on real labeled test data.

6. What does lift versus prevalence mean?

Lift compares the estimated probability against the base event rate. A lift above 1 means the case appears more likely than an average observation.

7. Can I use weighted features instead of a model score?

Yes. The feature mode lets you combine an intercept with three weighted inputs. It is useful for quick scoring prototypes and transparent rule-based estimators.

Related Calculators

Logistic Probability CalculatorBinary Outcome ProbabilitySigmoid Probability ToolEvent Probability PredictorYes No ProbabilityOutcome Likelihood CalculatorRisk Probability CalculatorConversion Probability ToolFraud Probability CalculatorLead Probability Scorer

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.