dfdx / NaiveBayes.jl

Naive Bayes classifier
MIT License
25 stars 19 forks source link

Add support to 2D KDE #27

Open OmriTreidel opened 7 years ago

OmriTreidel commented 7 years ago

In some case it is worth keeping the correlation between 2 features by using a 2D KDE in the NaiveBayes.

This needs to be supported.