Caesar AI Atlas

Post-processing (Постобработка)

Also known as: Post processing

Caesar AI Atlas Definition

Post-processing — это корректировка или преобразование выходных данных модели после выполнения инференса. Он может использоваться для форматирования результатов, применения бизнес-правил, соблюдения ограничений или поддержки контроля fairness и качества без изменения базовой модели.

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