Caesar AI Atlas

Post-processing

Also known as: Post processing

Caesar AI Atlas Definition

Post-processing is the adjustment or transformation of a model’s output after inference has occurred. It can be used to format results, apply business rules, enforce constraints, or support fairness and quality controls without changing the underlying model.

Other Definitions

Post-processing Source

Adjusting the output of a model after the model has been run. Post-processing can be used to enforce fairness constraints without modifying models themselves. For example, one might apply post-processing to a binary classification model by setting a classification threshold such that equality of opportunity is maintained for some attribute by checking that the true positive rate is the same for all values of that attribute.

Also Referenced In

Related Terms