We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6133d commit eb23e72Copy full SHA for eb23e72
uda/ml/ClassifyNB.py
@@ -0,0 +1,10 @@
1
+def classify(features_train, labels_train):
2
+ ### import the sklearn module for GaussianNB
3
+ ### create classifier
4
+ ### fit the classifier on the training features and labels
5
+ ### return the fit classifier
6
+
7
8
+ ### your code goes here!
9
10
0 commit comments