Is there a way to classify industry category through occupation name?

163 Views Asked by At

I'm trying to retrieve the industry from occupation values. There are around 50 distinctive values, some of them are straightforward for example: 'Financial services professional','Consultant', 'Lawyer'; some are very non specific like 'Member of management', 'Entrepreneur' or 'Independent Gentleman'...

Is there a way for me to sort the readable data into categories like 'Law', 'Financial Services' and all the rest into 'Other'?

Thank you so much in advance!

1

There are 1 best solutions below

1
edutuario On

If you only have 50 distinctive values, the most straightforward way is for you to create the categories manually.

If you are doing this as a project to improve your data science and programming skills you can read on how to do text classification with BERT or other transformer models