We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b45e0f commit 4e1b6a6Copy full SHA for 4e1b6a6
rasa/nlu/test.py
@@ -37,6 +37,7 @@
37
from rasa.nlu.model import Interpreter, Trainer, TrainingData
38
from rasa.nlu.components import Component
39
from rasa.nlu.tokenizers.tokenizer import Token
40
+from rasa.nlu.classifiers.diet_classifier import DIETClassifier
41
from rasa.utils.tensorflow.constants import ENTITY_RECOGNITION
42
43
logger = logging.getLogger(__name__)
0 commit comments