Learn Before
Formula
Maximum Likelihood Estimate for a Categorical Feature
When modeling categorical data, the maximum likelihood estimate for the probability that a feature takes a specific value , denoted as , is given by its empirical frequency in the dataset:
where is the number of times feature takes the value , and is the total number of observations.
0
1
Updated 2026-06-16
Tags
Data Science