Тёмный

Predict ratings for chocolate with tidymodels 

Julia Silge
Подписаться 15 тыс.
Просмотров 4,9 тыс.
50% 1

Get started with feature engineering for text using #TidyTuesday data on chocolate ratings, transforming language to be used in machine learning algorithms. This is a good screencast for folks who are newer to tidymodels. Check out the code on my blog: juliasilge.com/blog/chocolate...

Наука

Опубликовано:

 

20 янв 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@asolisca
@asolisca 2 года назад
These videos of yours are, hands down, the best series of tidymodels there are! I would love to see some time series modeling soon! Thanks for all the effort put into this, Julia! You are a blessing!
@faiazrummankhan5589
@faiazrummankhan5589 2 года назад
As always, very insightful and great learning from your videos !
@dapragotto
@dapragotto 2 года назад
Thanks for sharing this valuable knowledge, Julia! Very interesting
@FernandaPeres
@FernandaPeres 2 года назад
Awesome! Thank you so much for these amazing videos, Julia!
@Levy957
@Levy957 2 года назад
Vcs duas são ótimas em conteúdo estatístico, sigo as duas
@FernandaPeres
@FernandaPeres 2 года назад
@@Levy957 😍😍😍
@ammarparmr
@ammarparmr 2 года назад
As always.. impressive
@deanbevitt9501
@deanbevitt9501 2 года назад
I love your videos - they're informative, well structured and fun :) Would you ever make videos for a broader audience? I think you could do a great job getting people excited to use R
@jaredwsavage
@jaredwsavage 2 года назад
Great video, really enjoyed coding along with this. I'm about half way through Tidy Modelling with R now and am having so much fun building models with it. It would be nice to see you do more time series based videos sometime. Thanks.
@j7andrew
@j7andrew Год назад
Awesome!!
@goodyonsen77
@goodyonsen77 2 года назад
I think I may just fell in love with the cuteness, as much as of course with the superbly introduced and tutored ML codes...
@mpayne7904
@mpayne7904 2 года назад
Hi Julia, great video as always. I wonder if you have any package or material suggestions for a beginner to microsimulation modelling with R?
@JuliaSilge
@JuliaSilge 2 года назад
This is not my area of expertise but I saw a talk by the author of simmer a while back that was great. You might check that out: r-simmer.org/
@davidjackson7675
@davidjackson7675 2 года назад
What package is the template part of?
@JuliaSilge
@JuliaSilge 2 года назад
The tidymodels metapackage: tidymodels.tidymodels.org/
@argytzak
@argytzak 2 года назад
Hi, one thing that was missed in the data preparation step was to account for "most_memorable_characteristics" consisting of 2 words. For example "sour fruit", "sour notes", "off note", etc. What would be the best way to substitute these so that the "unnest_tokens" takes them into account as one? I think this would work chocolate %>% unnest_tokens(word, most_memorable_characteristics, token = stringr::str_split, pattern = ",") %>% count(word, sort = TRUE)
@JuliaSilge
@JuliaSilge 2 года назад
If you want to see how many times each word was used *per description* instead of most common words overall, I would recommend something like: chocolate %>% mutate(id = row_number()) %>% unnest_tokens(word, most_memorable_characteristics) %>% distinct(id, word) %>% count(word, sort = TRUE)
@jorampodcast
@jorampodcast Год назад
Julia, could you please help in the final code chunk I am receiving the the error "no tidy method for objects of class ranger." In other words, it won't run tidy()
@jorampodcast
@jorampodcast Год назад
No worries, I figured it out. Love your videos. Keep making them!
Далее
Lasso regression with tidymodels and The Office
44:49
Tuning random forest hyperparameters with tidymodels
1:04:32
Evaluate multiple ML approaches for spam detection
30:36
Modeling GDPR violations in R with tidymodels
50:23
Просмотров 4,5 тыс.
Tutorial | LLMs in 5 Formulas (360°)
2:40:31
Просмотров 217 тыс.