kopia lustrzana https://github.com/animator/learn-python
Update Naive_Bayes_Classifiers.md
rodzic
8a90b2d7db
commit
f9bed23b26
|
@ -32,6 +32,16 @@ Consider a simple example where we want to classify emails as "spam" or "not spa
|
|||
|
||||
#### Training Data
|
||||
|
||||
| Email | Keyword1 | Keyword2 | Spam |
|
||||
|--------|-------------|-------------|---------|
|
||||
| 1 | Yes | No | Yes |
|
||||
| 2 | Yes | Yes | Yes |
|
||||
| 3 | No | Yes | No |
|
||||
| 4 | Yes | No | No |
|
||||
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
##### Calculating Priors:
|
||||
|
|
Ładowanie…
Reference in New Issue