shahrin014
Results
2
issues of
shahrin014
Random Forest Regression error 'input must not be empty' when fed text frequency array training set
1
Hi there. My use case is to get a movie's genre, and predict the rating that would be given. Since genre are discrete values I considered using Naive Bayes. However...
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]) `