I have a feature "skills" which is a multi-valued parameter. I want to use it as feature for classification. I don't know how to use it for training model.
For example, a job have certain required skills (say Java, Node.js, MVC), which can be different for different jobs. I have to use skills as one of the parameter
Any help would be appreciated.
Thanks.