question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while setting up mitie_sklearn backend

See original GitHub issue

this 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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
tmbocommented, Feb 27, 2017

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.

0reactions
tejuafonjacommented, Feb 27, 2017

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 run python 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:

Thanks Tom

On Mon, Feb 27, 2017 at 12:09 PM, Tom Bocklisch notifications@github.com wrote:

Closed #183 https://github.com/golastmile/rasa_nlu/issues/183.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/golastmile/rasa_nlu/issues/183#event-978162614, or mute the thread https://github.com/notifications/unsubscribe-auth/ARkacvINGu_VjmzsPhfwU8xhp4ZGf9_1ks5rgq8EgaJpZM4MM6NN .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found