juliasilge / juliasilge.com

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

Which #TidyTuesday Netflix titles are movies and which are TV shows? | Julia Silge #24

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Which #TidyTuesday Netflix titles are movies and which are TV shows? | Julia Silge

Use tidymodels to build features for modeling from Netflix description text, then fit and evaluate a support vector machine model.

https://juliasilge.com/blog/netflix-titles/

rnnh commented 3 years ago

Thanks for posting this, it's informative and well-written. I hadn't seen machine learning applied to text in R before!

You mentioned that svm_linear() is currently available on the development version of parsnip. Out of interest, how long does it usually take to add a new model to the CRAN release? What sort of bottlenecks do you encounter when adding a model (e.g. writing tests, resolving conflicts with existing functions, testing on different platforms)?