Also known as: Post processing
Post-processing — это корректировка или преобразование выходных данных модели после выполнения инференса. Он может использоваться для форматирования результатов, применения бизнес-правил, соблюдения ограничений или поддержки контроля fairness и качества без изменения базовой модели.
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.