diff --git a/spacy/cli/find_threshold.py b/spacy/cli/find_threshold.py index b62da3b2b..6baa811d2 100644 --- a/spacy/cli/find_threshold.py +++ b/spacy/cli/find_threshold.py @@ -7,7 +7,7 @@ from typing import Optional, Tuple, Any, Dict, List import numpy import wasabi.tables -from pipeline import TextCategorizer, MultiLabel_TextCategorizer +from ..pipeline import TextCategorizer, MultiLabel_TextCategorizer from ..errors import Errors from ..training import Corpus from ._util import app, Arg, Opt, import_code, setup_gpu