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

alias intents from config is not being picked up #60

Open
nvinayvarma189 opened this issue Oct 27, 2021 · 0 comments
Open

alias intents from config is not being picked up #60

nvinayvarma189 opened this issue Oct 27, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@nvinayvarma189
Copy link
Contributor

I have a data.csv file that has all the data points I collected to date. I need some classes to be aliased to another intent and I've added some entries for the alias dictionary present in the config.yaml file.

I used the below command to get a train.csv and test.csv

slu split-data --version 0.0.5 --file data.csv --train-size 0.8

However, the intents that I wanted to alias were still present in the output files. Also, I observed no aliasing during runtime as I train the model.

I see that this piece of code is responsible for getting us a ready-to-use train.csv and test.csv, but there is no aliasing happening over there. My skip list (that I provided in the config.yaml) is being used correctly though.

Not sure if I'm missing any step in the workflow. If not, can this please be added @ltbringer

@nvinayvarma189 nvinayvarma189 added the bug Something isn't working label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant