File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,15 @@ Building a classifier is typically an iterative process of exploring
70
70
the data, selecting the features (the attributes of the data believed
71
71
to be predictive in some way), training the models, and finally
72
72
evaluating them. For many of these tasks, we relied on the excellent
73
- scikit-learn package for Python. Currently, we use a variant of Naive
74
- Bayes classification to do our prediction. We picked Naive Bayes
75
- because it’s simple, fast, and performs quite well on this kind of
76
- classification problem despite a few limitations arising from its
77
- simplicity.
73
+ scikit-learn package for Python.
78
74
79
75
`Read more <http://blog.evernote.com/tech/2013/01/22/stay-classified/ >`_
80
76
81
77
.. raw :: html
82
78
83
79
<span class =" testimonial-author" >
84
80
85
- Mark Ayzenshtat, Head of Data Products
81
+ Mark Ayzenshtat, VP, Augmented Intelligence
86
82
87
83
.. raw :: html
88
84
You can’t perform that action at this time.
0 commit comments