Skip to content

alias intents from config is not being picked up #60

@nvinayvarma189

Description

@nvinayvarma189

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions