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
7070the data, selecting the features (the attributes of the data believed
7171to be predictive in some way), training the models, and finally
7272evaluating 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.
7874
7975`Read more <http://blog.evernote.com/tech/2013/01/22/stay-classified/ >`_
8076
8177.. raw :: html
8278
8379 <span class =" testimonial-author" >
8480
85- Mark Ayzenshtat, Head of Data Products
81+ Mark Ayzenshtat, VP, Augmented Intelligence
8682
8783.. raw :: html
8884
You can’t perform that action at this time.
0 commit comments