-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working