Compatability with Python 2.7

Hi,

I am enhancing the NER model to fix some false positives. My production environment still runs Spacy 1.8. and Python 2.7. I will move to Spacy 2.0 in the production environment. Will it be okay to use the model generated via Prodigy in this environment? Prodigy uses Python 3.X.

Thanks

Yes, absolutely. The models trained with Prodigy are regular spaCy v2.0+ models, so they’re compatible with both Python 2 and 3.