Skip to content

Commit b878a29

Browse files
authored
Update README.md
1 parent 4013f7c commit b878a29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

b_NaiveBayes/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Naive Bayes algorithms implemented with
88
## Visualization
99
+ Dataset comes from UCI: [Bank Marketing dataset](http://archive.ics.uci.edu/ml/datasets/Bank+Marketing)
1010

11-
![Discrete Features](http://i4.buimg.com/567571/79ea5cb079b16a72.png)
11+
![Categorical Features](http://oph1aen4o.bkt.clouddn.com/18-1-30/53941771.jpg)
1212

13-
![Continuous Features](http://i2.muimg.com/567571/f267b1a607e4c95e.png)
13+
![Numerical Features](http://oph1aen4o.bkt.clouddn.com/18-1-30/53966960.jpg)
1414

1515
## Example
1616
```python
@@ -24,4 +24,4 @@ nb.evaluate(x, y) # Print out accuracy
2424
nb.visualize2d(x, y) # Visualize result (2d)
2525
nb.visualize() # Visualize distribution
2626
nb.show_timing_log() # Show timing log
27-
```
27+
```

0 commit comments

Comments
 (0)