TidyTuesday: A Brief Overview of Functional Programming with Purrr

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 17

  • @517127
    @517127 Před 2 lety

    tuesday is the best day of week because you and Julia :)

  • @ahmed007Jaber
    @ahmed007Jaber Před rokem

    Thank you for this. amazing video and I learnt a lot. Hope you can create more content like this.

  • @thewreka
    @thewreka Před 3 lety +1

    Sound is great! Thank you for fixing! :D

  • @hassanhijazi4757
    @hassanhijazi4757 Před rokem

    Incredibly useful. Thank you.

  • @prod.kashkari3075
    @prod.kashkari3075 Před 3 lety

    I need to use this more.

  • @KalmeshHiremath
    @KalmeshHiremath Před 3 lety

    thank you.. as usual you are amazing :}

  • @Nibblor37
    @Nibblor37 Před 3 lety

    Amazing! Thank you :-)

  • @larkinunirt
    @larkinunirt Před 3 lety +1

    What's your editor theme called? Looks nice!

    • @AndrewCouch
      @AndrewCouch  Před 3 lety +2

      My settings in RStudio are:
      Rstudio Theme: Classic
      Zoom: 150%
      Editor Font Size: 10
      Editor theme: Dracula
      I also have Rainbow parentheses enabled

    • @larkinunirt
      @larkinunirt Před 3 lety +1

      @@AndrewCouch Awesome. Thanks for sharing!

  • @nanwang9092
    @nanwang9092 Před 2 lety

    BTW, How did you get rid of the shade of code chunk in R markdown?

    • @AndrewCouch
      @AndrewCouch  Před 2 lety

      In options go to the advanced tab and deselect “Enable chunk background highlight”

    • @nanwang9092
      @nanwang9092 Před 2 lety

      @@AndrewCouch Yes! I really appreciate it!

  • @vineetsansi
    @vineetsansi Před 3 lety

    Amazing session but have just one doubt with purrr package functional approach. Here you are storing all the split - train/test, cv folds for all the categories and if the categories are like 30,40 or 100's instead of 3 categories then we are keeping split data for each category in the memory all the time.
    I guess this can be useful for parallel processing but otherwise when we are running things sequentially with good size data then i think for loop can help in overwrite previous category data and then save just the results instead.
    I am new to programming and functional programming so I may be wrong due to my limited knowledge.

    • @AndrewCouch
      @AndrewCouch  Před 3 lety +2

      I think for your example that makes sense especially when dealing with many nested datasets. One caveat to the cv folds is that rsample does some things in the background that reduces the memory overhead so it may not have that large of an impact. Thanks for watching!

    • @vineetsansi
      @vineetsansi Před 3 lety +1

      @@AndrewCouch And I forgot to mention, thanks for fixing the sound !!

  • @russelllavery2281
    @russelllavery2281 Před rokem

    Bigger fonts please