naive-bayes
naive-bayes copied to clipboard
Suggestion to add a new optional parameter in GaussianNB called sample_weight, similar to sklearn.
As stated in the title, I would like to suggest to add a new optional parameter in GaussianNB called sample_weight, similar to sklearn.
nb.train(x, y[, sample_weight])