The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Text classification steps
2wheels_good
Member Posts: 3 Learner I
in Help
Hello,
I have an excel file with about 28000 online comments. i have classified 2500 of these into three categories (2 distinct categories and the third a blend of the first two). Using the 2500 classified comments, I would like to classify the remaining 25500 comments into the three categories. Can anyone advise how I should do this as I am new to this. -thanks
0
Best Answer
-
2wheels_good Member Posts: 3 Learner IThanks rjones13 for the information. very helpful. I will check out the video and see if i can figure it out from there. Thanks again.
0
Answers
This will take you through how you can process the text into a format suitable for machine learning (if you haven't already), and then what actions you can perform. Since you have labelled the data, you can use the 2500 classified comments once the text is pre-processed to train a classification model. You can then simply apply this model to the remaining comments, remembering to also pre-process those comments before applying the model.
Please let me know how you get on! Happy to go through a short example