We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4013f7c commit b878a29Copy full SHA for b878a29
b_NaiveBayes/README.md
@@ -8,9 +8,9 @@ Naive Bayes algorithms implemented with
8
## Visualization
9
+ Dataset comes from UCI: [Bank Marketing dataset](http://archive.ics.uci.edu/ml/datasets/Bank+Marketing)
10
11
-
+
12
13
-
+
14
15
## Example
16
```python
@@ -24,4 +24,4 @@ nb.evaluate(x, y) # Print out accuracy
24
nb.visualize2d(x, y) # Visualize result (2d)
25
nb.visualize() # Visualize distribution
26
nb.show_timing_log() # Show timing log
27
-```
+```
0 commit comments