What is conditional probability?easy
Conditional probability is the probability of an event given that another event has already occurred.
It is written as P(A | B) and calculated as P(A and B) / P(B), when P(B) is not zero. It helps reason about updated information in experiments, diagnostics, and ML classification.