gabbar icon indicating copy to clipboard operation
gabbar copied to clipboard

Add Gaussian Naive Bayes classifier for spot checking

Open bkowshik opened this issue 7 years ago • 0 comments

We currently spot-check the following models:

  • LogisticRegression
  • DecisionTreeClassifier
  • KNeighborsClassifier
  • SVC
  • RandomForestClassifier
  • GradientBoostingClassifier

Let's add Gaussian Naive Bayes (GaussianNB) to the mix too.

  • http://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html

bkowshik avatar Jun 16 '17 00:06 bkowshik