nlu icon indicating copy to clipboard operation
nlu copied to clipboard

Error when loading match.datetime component

Open GladiatorX opened this issue 3 years ago • 1 comments

import nlu
nlu.load('match.datetime').predict('In the years 2000/01/01 to 2010/01/01 a lot of things happened')

Running it in colab pip install nlu pyspark==3.0.2 Get this Error: Exception: Something went wrong during loading and fitting the pipe. Check the other prints for more information and also verbose mode. Did you use a correct model reference?

GladiatorX avatar Sep 06 '21 11:09 GladiatorX

Hi @GladiatorX ,

thank you for sharing this, looks like the spell is mapping to an outdated model. this will be fixed soon,

C-K-Loan avatar Sep 11 '21 10:09 C-K-Loan