NaiveBayes.jl icon indicating copy to clipboard operation
NaiveBayes.jl copied to clipboard

bug in KDE

Open OmriTreidel opened this issue 7 years ago • 0 comments

Due to a bug in KernelDensity here there is also a problem with loading a Hybrid model. Once this is fixed the method to_range in hybrid.jl should be fixed as well.

The fix is replace min:dy:max with min + (0:n_points-1)*dy

OmriTreidel avatar Sep 30 '16 02:09 OmriTreidel