EmilHvitfeldt / smltar

Manuscript of the book "Supervised Machine Learning for Text Analysis in R" by Emil Hvitfeldt and Julia Silge
https://smltar.com
Other
249 stars 95 forks source link

Chapter 8 - Tidymodels functions depreciated #187

Open amandajcole opened 11 months ago

amandajcole commented 11 months ago

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

EmilHvitfeldt commented 11 months ago

Hello!

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

amandajcole commented 11 months ago

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.

EmilHvitfeldt commented 10 months ago

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.