removeTraining (training) {
    this.classifier.removeDocument(training.text, training.action._id);
    this.retrain();
  }