EmilHvitfeldt / smltar

Manuscript of the book "Supervised Machine Learning for Text Analysis in R" by Emil Hvitfeldt and Julia Silge

Home Page:https://smltar.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 8 - Tidymodels functions depreciated

amandajcole opened this issue · comments

Hi I am trying to run the kickstarter example in chapter 8 and the functions are depreciated. Are there any plans to update the examples with the new functions? Or can you please advise where the updated version of the book is located.
Thanks
Amanda

Hello!

Yes, that is to be fixed. Will see if I can get around to it soon

Thank you. My students are using this book to help them learn SML with text. Its a fantastic learning resource. I will try to install the older versions of tidymodels to help them get through it.

can you point me to the functions that are not working for you?

it is correct that validation_split() is deprecated, but it is only soft deprecated right now, so it works like before, just gives a warning.