diff --git a/docs/plugins.rst b/docs/plugins.rst index a38002f..33a9b9b 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -14,8 +14,8 @@ Plugins are loaded asynchronously, so don't worry if the activate method takes t F.A.Q. ====== -If I'm using a classifier, where should I train the classifier? -??????????????????????????????????????????????????????????????? +If I'm using a classifier, where should I train it? +??????????????????????????????????????????????????? Training a classifier can be time time consuming. To avoid running the training unnecessarily, you can use ShelfMixin to store the classifier. For instance: