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

How to predict features based on text? Please help!

JamesMattsonJamesMattson Member Posts: 6 Contributor II
So, I am learning RapidMiner. There is a dataset on Kaggle with two columns: 1) text 2) personality type (MyersBriggs) of person who wrote the text. How do I set up something in RapidMiner, and train it with the data I have, so it can predict personality type based on a given text?

Answers

  • JamesMattsonJamesMattson Member Posts: 6 Contributor II
    Can someone please help??
  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Hi @JamesMattson,

    I advise to read the chapter 12 of "Data mining for the Masses" that you can find for free on internet, but instead of clustering, you will train a classifier to determine the personality after text processing (tokenization etc.).
    Otherwise, you have interesting resources on the RapidMiner Academy by searching with the key word "text mining" or "text processing" : 

    https://academy.rapidminer.com/

    hope this helps,

    Regards,

    Lionel
Sign In or Register to comment.