mixed-naive-bayes
mixed-naive-bayes copied to clipboard
Naive Bayes with support for categorical and continuous data
@remykarem Hi Remy Thank you for the fantastic work! I notice you calculated the probability for response to be in certain class p, t based on different NB, and tried...
The link on PyPi for API Documentation section has not been updated and currently point to the URL that does not exist.
I got an error in the model.predict(x_test) method. If any posterior probability in x_train is in the form [1.], they the function will through an error indicating that the index...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.20.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...