-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spacy Scikit-learn Multithreaded Training Prediction Issue #150
Comments
TL;DR this isn't an error but I would recommend you add more training data. The model still trains and runs correctly I presume? The warning you see is actually related to how the training data is used & can also occur with 1 thread. Let's say you have 2 intents. Part of the |
That explains it thoroughly. Thank you Alan. |
Thank you very much amn41 👍 |
hello I have the same problem and I have not been able to solve it |
* prevent race condition in poetry build * update makefile
I'm using the multithreaded-training branch and when I run:
python -m rasa_nlu.train -c config.json -t 3
I get this:
/usr/local/lib/python2.7/dist-packages/sklearn/metrics/classification.py:1113: UndefinedMetricWarning: F-score is ill-defined and being set to 0.0 in labels with no predicted samples. 'precision', 'predicted', average, warn_for)
The text was updated successfully, but these errors were encountered: