Error while setting up mitie_sklearn backend
See original GitHub issuethis is the error
raise NotImplementedError("other backend trainers not implemented yet")
NotImplementedError: other backend trainers not implemented yet
this is my config_mitie_sklearn.json file
{
"backend": "mitie_sklearn",
"mitie_file": "total_word_feature_extractor.dat",
"path" : "./",
"data" : "./demo-rasa.json"
}
I have all the dependencies and I have been able to successfully trained the data using mitie
and sklearn
backend respectively.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Speeding up model training using MITIE with Rasa
So I am going to try to address this from several angles. First specifically from the Rasa NLU angle the docs specifically say:....
Read more >rasa_nlu Documentation - PDF Free Download - DocPlayer.net
Setting up a backend Most of the processing pipeline you can use with rasa NLU either require MITIE, spacy or sklearn to be...
Read more >Untitled
What is backend process in bpo, Schluchsee restaurant seehof. ... Installing rac on windows 7, Agro trade fair, Dread drake double evolved, Si...
Read more >modulenotfounderror: no module named 'sklearn.ensemble ...
In order to find the root cause of the problem we will go through the following potential fixes: Upgrade pip version. Upgrade or...
Read more >Rasa Open Source Change Log
#8545: Mitigated Matplotlib backend issue using lazy configuration and added a ... #8337: Fix bug with NoReturn throwing an exception in Python 3.7.0...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
To get the version you can use something like
But in general, if you installed using pip, you can switch to the current master using the instructions here http://rasa-nlu.readthedocs.io/en/latest/backends.html#setting-up-rasa-nlu
We’ll release this version soon to pypi as 0.7.0 but for hacking around feel free to try it out now.
switched, I used
python -m rasa_nlu.train -c mitie_sklearn.json
it’s still the same error!NotImplementedError
then I cd into the src directory to locally runpython mitie_sklearn_trainer.py -c mitie_sklearn.json
now I have this error
ImportError: No module named progressbar
. Thanks.On Mon, Feb 27, 2017 at 12:16 PM, Tejumade Afonja tmafonja1@gmail.com wrote: