Im a beginnerish and boy do I wish I had found your videos earlyer. I bow in signal of respect.
@stoianandreimircea15094 жыл бұрын
Thank you again Julia. Bravo on the speed and advance topics covered.
@brettjuelz23733 жыл бұрын
Instablaster
@albertcampillo4 жыл бұрын
Amazing Julia! You make PCA & UMAP concepts crystal clear!
@renanxcortes24 жыл бұрын
Great stuff!! Watching your programming fluency (specially in the ggplot2 part) was absolutely amazing! Thanks for posting the video!
@gavinaustin44744 жыл бұрын
Really enjoying these videos, Julia. Please keep 'em coming. I'm planning a quantitative corpus-based study of the use of metaphors in classical music reviews, and I'm considering how I should approach it. This is a new area for me.
@Madeinoz19674 жыл бұрын
Awesome stuff, I love your style in presenting the topic, and has really helped with tidymodels and PCA. Many Thanks
@danilomlustosa2 жыл бұрын
Thanks Julia, that was amazing!
@hesamseraj4 жыл бұрын
Bravo, bravo, bravo I am supposed to write my final papers but instead, I am trying to learn from you.
@erickknackstedt31314 жыл бұрын
Amazing! Great stuff. Thank you.
@pritomroy24654 жыл бұрын
Wow, umap is already in r ! just moved to umap over tsne.
@williamhenry72263 жыл бұрын
Great presentation! Dashboard issues. Power BI and umap are not dancing together.
@konsmberg3 жыл бұрын
Love your videos, thank you. Hope to see at some point PCA that does NOT use recipes.
@JuliaSilge3 жыл бұрын
If you don't want to use tidymodels for PCA, you might like Claus Wilke's approach here: clauswilke.com/blog/2020/09/07/pca-tidyverse-style/
@konsmberg3 жыл бұрын
@@JuliaSilge thank you!!!
@wapsyed11 ай бұрын
Your videos are therapeutic haha
@christospapadopoulos77044 жыл бұрын
Julia you are a goddess!! Thank you.
@nicolacatena90254 жыл бұрын
Julia you are amazing! :)
@dariyatukhmetova11723 жыл бұрын
Great tutorial, thank you
@ytoren4 жыл бұрын
Would it not make sense to use REGEX one-liners to generalise a lot of the replacements? match = "(orange|grapefruit|lemon|...)\s?juice", replace = "$1" match = " ?([0-9])/([0-9])", replace = "$1 $2" %>% str_split(" ") %>% function(x) {x[1]/x[2]}
@JuliaSilge4 жыл бұрын
Yes, I think I even said that at 6:54 or so, that it would have been better to use a little function.
@Levy9572 жыл бұрын
i love your videos
@elysium559164 жыл бұрын
Thanks Julia! Can you ggplot a rotating 3D plot with the first 3 components?
@JuliaSilge4 жыл бұрын
You might check out the tourr package for something like that: ggobi.github.io/tourr/
@patolobos82664 жыл бұрын
Thanks Julia! :-)
@Actanonverba014 жыл бұрын
Great Presentation. However I would have liked a little more explanation on the UMAP, But otherwise 9.5/10.
@JOHNSMITH-ve3rq3 жыл бұрын
Julia - considered putting all this code on github? Would make it a lot easier to reference! Thank you.
@JuliaSilge3 жыл бұрын
You can find the code that builds my blog here: github.com/juliasilge/juliasilge.com The blog posts are in /content/blog/
@PA_hunter2 жыл бұрын
Hi Julia, I am working on a project and am stuck between two general types of errors when prepping my PCA recipe: the first is this: Error in svd(x, nu = 0, nv = k) : infinite or missing values in 'x' I interpret this to be some issue with missing data so I have tried both step_naomit and step_other as solutions. When I go to prep these updated recipes, I get errors along the lines of: ℹ It must be numeric or character. Backtrace: 1. recipes::prep(pca_rec, training = datatest) 26. rlang::cnd_signal(``) Do you know what might be going wrong? Thanks!
@JuliaSilge2 жыл бұрын
Hmmmm, it's hard to say from just this information. I suggest that you create a reprex demonstrating your problem: www.tidyverse.org/help/ And post on RStudio Community: rstd.io/tidymodels-community That is a good place to get help for R coding problems. Good luck!
@teorems10 ай бұрын
Bitters are good for health!
@stuartedwards36223 жыл бұрын
Love your work Julia, but could you please ask KZbin to stop subtitling you as Julia Silly as you clearly are not 😂
@JuliaSilge3 жыл бұрын
HA I really should work on doing my own subtitles instead of letting KZbin autogenerate them!!