Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 277 Bytes

File metadata and controls

9 lines (6 loc) · 277 Bytes

Distributed-Naive-Bayes-Classifier

Analysis of Naive Bayes classifier by applying Distributed Computing.

Models used :

  1. Plain Naive Bayes Algorithm
  2. Naive Bayes ALgorithm with MPI module
  3. Naive Bayes Algorithm with multiprocessing module and multithreading module.