Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 547 Bytes

File metadata and controls

20 lines (9 loc) · 547 Bytes

Bayesian Minimum Risk Classifier

This repository contains code for the project of our Probability Models for Computer Science course project, of building a Bayesian Minimum Risk Classifier.

ABSTRACT:

TASK: Classify journals as national or international using minimum error classification.

Given: Dataset with journal names and seven features associated with them.  

Risk functions:

Simple algebra is used to choose the class with minimum risk of misclassification, leading to the above decision rule.

Built in

  • Python