Skip to content
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

Flexible NLU pipeline #5863

Merged
merged 57 commits into from
Jun 5, 2020
Merged

Flexible NLU pipeline #5863

merged 57 commits into from
Jun 5, 2020

Conversation

tabergma
Copy link
Contributor

@tabergma tabergma commented May 20, 2020

Proposed changes:
closes #5510

You can set an alias for every featurizer in your pipeline. You can then specify on, for example, the DIETClassifier or the ResponseSelector what features from which featurizers should go in.
If you don't set the option featurizers all available features will be used. This is also the default behaviour.

Status (please check what you already did):

  • added some tests for the functionality
  • updated the documentation
  • updated the changelog (please check changelog for instructions)
  • reformat files using black (please check Readme for instructions)

@tabergma tabergma requested review from Ghostvv and ricwo May 20, 2020 07:13
docs/nlu/components.rst Outdated Show resolved Hide resolved
rasa/nlu/classifiers/diet_classifier.py Outdated Show resolved Hide resolved
rasa/nlu/training_data/message.py Show resolved Hide resolved
@Ghostvv Ghostvv requested a review from evgeniiaraz May 25, 2020 08:47
Copy link
Contributor

@ricwo ricwo left a comment

Choose a reason for hiding this comment

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

Awesome 👍

changelog/5510.feature.rst Show resolved Hide resolved
data/configs_for_docs/config_featurizers.yml Outdated Show resolved Hide resolved
docs/nlu/choosing-a-pipeline.rst Outdated Show resolved Hide resolved
changelog/5510.feature.rst Outdated Show resolved Hide resolved
changelog/5510.feature.rst Outdated Show resolved Hide resolved
rasa/nlu/training_data/message.py Outdated Show resolved Hide resolved
rasa/nlu/training_data/message.py Outdated Show resolved Hide resolved
rasa/nlu/training_data/message.py Outdated Show resolved Hide resolved
rasa/nlu/training_data/message.py Outdated Show resolved Hide resolved
tests/nlu/training_data/test_message.py Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make NLU configuration more flexible
3 participants