I'm new to ML.Net and I've tried some basics from the ML.net tutorials. Now, I want to integrate it into my application.
Here's a sample dataset I have:
Description,Actions Added new file and add that user to a folder | Create file, Add folder . Create new file and add that file to a folder | Create User, Add folder by path. Update file name and delete file | Rename file, Delete file.
In this dataset, the "Description" column contains user prompts, and the "Actions" column contains a list of possible actions. I plan to use this to perform actions in my application.
Could you guide me on how to approach this, or perhaps share a related project?
most of the examples shown that output label count is only one. Like predict fare amount, Yes/No etc.. For my case
Added new file and add that user to a folder | Create file, Add folder .
I expect some list of strings