emilhvitfeldt

@emilhvitfeldt@fosstodon.org

all things tidymodels, fun slides, vibes and gifs he/him

This profile is from a federated server and may be incomplete. Browse more on the original instance.

emilhvitfeldt, to random

we are getting close to conference season, so I put together some of my slidecrafting material: it is quite bare bones at the moment, but I will fill in and add more stuff as I start slidecrafting myself

https://emilhvitfeldt.com/project/slidecraft-101/

nrennie, to random
@nrennie@fosstodon.org avatar

A fantastic day at #satRdays London conference today!

My slides on "Typst or LaTeX? Styling PDF documents with Quarto extensions" are available online 👀

Link to slides: https://nrennie.rbind.io/talks/satrdays-london-2024/slides.html

#QuartoPub #RStats @jumpingrivers

emilhvitfeldt,

@nrennie @jumpingrivers I love these slides! the "About Me" slide is magical ✨

emilhvitfeldt, to random

As part of the tidymodels team, I'm excited to share with you our next project survey. Beside our planned work on postprocessing and supervised feature selection, we would love to hear what the community would find interesting and useful!

https://www.tidyverse.org/blog/2024/02/tidymodels-2024-survey/

emilhvitfeldt, to python

I'm at a good spot with the section on "Missing Data" in my new book "Feature Engineering A-Z". Please take a look, would love the feedback 🙏

https://feaz-book.com/missing

emilhvitfeldt, to python

I'm beyond excited to finally announce my new book "Feature Engineering A-Z" 🎉

The vision for the book is to be a comprehensive collection of feature engineering methods. Describing how they work, when and why you should and shouldn't use it. Code snippets in both R and Python!

I have been working on this project over the last couple of years. Please read it if this interests you! Always looking for feedback!

https://feaz-book.com/
#featureEngineering #rstats #python #MachineLearning

Cmastication, to random
@Cmastication@mastodon.social avatar

I was going to do my corp mandated internet security training. Only it needs popups. <sigh> ... I wonder if it needs cross site scripting and third party cookies too?

emilhvitfeldt,

@Cmastication WAIT! we have to read our email?!

emilhvitfeldt, to random

For those of you that have followed along with #adventofsteps, I have now put all the material on Github, and you can see the slides that I used to create the images for each day

https://github.com/EmilHvitfeldt/advent-of-steps
https://emilhvitfeldt.github.io/advent-of-steps/

emilhvitfeldt, to random

For day 24 of #adventofsteps we look at a fun alternative to dummy variables

Feature hashing is an interesting technique where you create dummy variables, but instead of giving each level its own column, you run the level through a hashing function to determine the column. This means that any number of levels can be put into a fixed number of columns

https://textrecipes.tidymodels.org/reference/step_dummy_hash.html

emilhvitfeldt, to random

All the #PositConf2023 talks are now on Youtube 🎉

They are all great, and if you missed mine you can find it with the following link! Also linked are slides and source code

https://emilhvitfeldt.com/talk/2023-09-19-quarto-theming-positconf/
https://www.youtube.com/watch?v=CblUFMoC9yg

emilhvitfeldt, to random

Wrote a short blogpost on different ways and websites that you can use to post pictures of code on social media

https://emilhvitfeldt.com/post/sharing-code-pictures/

emilhvitfeldt, to random

Kicking off #adventofsteps where I show you a {recipes} step I hope you will find useful each and every days for 25 days!

First step we will look at is step_dummy_extract(), this steps pulls out all the levels in a string and counts them like step_dummy() would

With sep or pattern and a bit of regex you can handle any kind of data

https://recipes.tidymodels.org/reference/step_dummy_extract.html

emilhvitfeldt, to random

Gave a talk for the lovely people of The R User Group at the Harvard Data Science Initiative yesterday on "what's new in tidymodels"

source, slides and recording can be found here:
https://emilhvitfeldt.com/talk/2023-10-27-harvard-tidymodels/

emilhvitfeldt, to random

I'm back with new and improved color palette discovery with https://emilhvitfeldt.github.io/r-color-palettes/!

Find the perfect palette from {paletteer} with a few clicks. see it in use and find other palettes that look just like it!

emilhvitfeldt, to random

I resisted for too long. I’m on the RSS train! Happy to hear any tips and favorites

emilhvitfeldt,

@joel I watched 1 YouTube video and they used feedly, so so am I 😅

emilhvitfeldt, to random

The tidymodels Q3 update blog post is here!

Workshop material, new tidyclust engines and quality of life improvements in rsample!

https://www.tidyverse.org/blog/2023/10/tidymodels-2023-q3/

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

Gosh I hope folks in abuse situations had their phones off. All my stuff was on silent and it still was super loud.

emilhvitfeldt,

@hrbrmstr SUPER LOUD

emilhvitfeldt, to random

Slides and source for my #PositConf2023 talk "Styling and Templating Quarto Documents" AKA "worried about styling taking too much time? In 20 minutes you won’t anymore" It was an honor to talk and speak with so many wonderful people!

https://www.emilhvitfeldt.com/talk/2023-09-19-quarto-theming-positconf/

emilhvitfeldt, to random

Day 1 of #positconf2023 🎉
Intro to tidymodels is running smoothly so far!

grrrck, to random
@grrrck@fosstodon.org avatar

Just got my first start-to-finish at-least-all-the-slides-are-there deck for my #PositConf2023 talk next week! Fondly remembering naive me who thought the slidecrafting would only take infinity ♾️

emilhvitfeldt,

@Cmastication @grrrck don't worry! there is plenty of time! I haven't started on my last slide deck yet...

emilhvitfeldt,

@grrrck @Cmastication just add Reveal.shuffle() to a sample of past slides and we are rolling

grrrck, to random
@grrrck@fosstodon.org avatar

I just discovered that quarto slides have a "shuffle" mode and now I'm contemplating presenting at posit conf in chaos mode

emilhvitfeldt,

@grrrck The trick is to have it turn on sometimes! By adding this to your quarto document

&lt;script&gt;  
 window.addEventListener("ready", function() {  
 if (Math.random() &gt; 0.1) {  
 Reveal.shuffle()  
 };  
 });  
&lt;/script&gt;  
emilhvitfeldt, to random

I did it again! wrote another #quarto extension, this time a Revealjs plugin to spruce up code blocks!

Make code blocks look like browser windows, complete will file names and ICONS! many data science icons are already enabled

https://github.com/EmilHvitfeldt/quarto-revealjs-codewindow

gif of example slides. Each slide goes over a different feature

emilhvitfeldt, to random

We are ready with another set of release for {recipes} and the extension packages {textrecipes}, {themis}, and {embed} 🎉

While it isn't reflected in the NEWS files, a lot of work was done over the last couple of months. The work was focused on internal refactoring, improving test coverage, and increased consistency.

With these changes done, I expect many great things in the future!

https://github.com/tidymodels/recipes/releases/tag/v1.0.7
https://github.com/tidymodels/textrecipes/releases/tag/v1.0.4
https://github.com/tidymodels/embed/releases/tag/v1.1.2
https://github.com/tidymodels/themis/releases/tag/v1.0.2

emilhvitfeldt, to random

<rant> #rstats packages should run single threaded by default </rant>

emilhvitfeldt,

@ERDonnachie I'm not in a finger pointing kinda mood, but there are lots of packages that default to all cores, or all - 1 cores

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • mdbf
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • osvaldo12
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • JUstTest
  • Durango
  • everett
  • tester
  • cisconetworking
  • Leos
  • cubers
  • modclub
  • ngwrru68w68
  • tacticalgear
  • anitta
  • provamag3
  • normalnudes
  • lostlight
  • All magazines