Hello I tried to initiate interactive learning and I got this error displayed on the terminal:
from rasa.core.training import online
ImportError: cannot import name 'online'
Any help, please?
Hello I tried to initiate interactive learning and I got this error displayed on the terminal:
from rasa.core.training import online
ImportError: cannot import name 'online'
Any help, please?
issues resolved. I replaced online
with interactive
. Thanks.