hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.56k stars 270 forks source link

Naive Bayes Classifier #119

Open chandansaibdb opened 5 years ago

chandansaibdb commented 5 years ago

Can Naive Bayes classifier be added to the list? our firm is working on implementing hyper parameter tuning to our platform using this package, so we have naive bayes classifier , so we need to know if this algorithm can e added. Thank you.

bjkomer commented 5 years ago

Two versions already exist, gaussian_nb and multinomial_nb. The others from sklearn should be straightforward to add.