juliasilge / juliasilge.com

My blog, built with blogdown and Hugo :link:
https://juliasilge.com/
40 stars 27 forks source link

Text classification with tidy data principles | Julia Silge #51

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Text classification with tidy data principles | Julia Silge

I am an enthusiastic proponent of using tidy data principles for dealing with text data. This kind of approach offers a fluent and flexible option not just for exploratory data analysis, but also for machine learning for text, including both unsupervised machine learning and supervised machine learning.

https://juliasilge.com/blog/tidy-text-classification/

Woprates commented 2 years ago

Hi Julia, great blog. What if I have more than two Title? if I have multiples title? How I could develop a model to predict which title the text is? Thanks

juliasilge commented 2 years ago

Then you would want to use multiclass classification. You can check out this section of our new book to see some of how you would implement this.