cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

Adding Gaussian Naive Bayes Algorithm in C++

Open m-lin1 opened this issue 3 years ago • 1 comments

Fixes issue:

Addresses Issue #3706, adding in a C++ version of the Gaussian Naive Bayes algorithm

Changes:

Addition of Gaussian Naive Bayes algorithm for C++ and an additional test file, inputs.csv, that was used in the algorithm. The code should be a basis for the algorithm, but it has some limitations i.e. what kind of input it can take. I believe it should still have the essentials of the algorithm though. The code only outputs the accuracy of the predictions made using Gaussian Naive Bayes.

m-lin1 avatar Jan 27 '22 16:01 m-lin1

Can you please assign me this issue. I would like to work on it.

aniketmdinde avatar Sep 30 '23 18:09 aniketmdinde