Closed padmalcom closed 4 years ago
Question Hi, I have multiple json files and I'd like to call fit on multiple files at once. Is that possible somehow? Thanks for your help.
Hi @padmalcom, That's not possible, the training API of SnipsNLUEngine uses a single dict so you'll have to merge the datasets before you can train the engine.
SnipsNLUEngine
Question Hi, I have multiple json files and I'd like to call fit on multiple files at once. Is that possible somehow? Thanks for your help.