juliasilge.com
juliasilge.com copied to clipboard
Text classification with tidy data principles | Julia Silge
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.
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
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.