chore(README): don't tell them about accuracy, let them try it themselves

This commit is contained in:
Mahdi Dibaiee 2016-08-21 01:07:01 +04:30
parent 25e44d3a8c
commit 7d0ce29ba8

View File

@ -39,7 +39,7 @@ See other examples:
# Simplest case of a neural network
stack exec example-xor
# Naive Bayes document classifier, using Reuters dataset, achieves ~62% accuracy
# Naive Bayes document classifier, using Reuters dataset
# using Porter stemming, stopword elimination and a few custom techniques.
# The dataset is imbalanced which causes the classifier to be biased towards some classes (earn, acq, ...)
# to workaround the imbalanced dataset problem, there is a --top-ten option which classifies only top 10 popular