Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Update Interactive learning documentation #1175

Merged
merged 4 commits into from
Oct 17, 2018
Merged

Conversation

samarth12
Copy link
Contributor

@samarth12 samarth12 commented Oct 16, 2018

The documentation doesn't mention how to use a trained nlu model for intent classification with interactive learning. Although it is an intuitive command, people might not be able to figure it out so easily and just stay confused about why the intents from their model are not showing up.

Proposed changes:

  • ...

Status (please check what you already did):

  • made PR ready for code review
  • added some tests for the functionality
  • updated the documentation
  • updated the changelog

The documentation doesn't mention how to use a trained nlu model for intent classification with interactive learning. Although it is an intuitive command, people might not be able to figure it out so easily and just stay confused about why the intents from their model are not showing up.
@CLAassistant
Copy link

CLAassistant commented Oct 16, 2018

CLA assistant check
All committers have signed the CLA.

@@ -29,7 +29,10 @@ Run the following to start interactive learning:
python -m rasa_core.train \
--interactive -o models/dialogue \
-d domain.yml -s stories.md \
--endpoints endpoints.yml
--endpoints endpoints.yml \
--nlu models/current/nlu (OPTIONAL)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove the flag here? I think it's enough to have the comment below

Copy link
Contributor

@akelad akelad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot for submitting the PR! Just left one minor comment :)

@akelad akelad merged commit d6589fc into RasaHQ:master Oct 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants