Intro to machine learning in R with "tidymodels" | R Tutorial (2021)

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • Subscribe to RichardOnData here: / @richardondata
    Patreon: / richardondata
    GitHub: github.com/Ric...
    Caret tutorial series:
    Part 1: • Preprocessing Data in ...
    Part 2: • Feature Elimination an...
    Part 3: • Training and Tuning ML...
    Part 4: • Creating ROC curves an...
    In the previous tutorial series, we walked through the "caret" package in R for machine learning. We used the raw "GermanCredit" dataset, performed a brief exploration of it, and used the package to walk through a variety of steps: pre-processing, removing low information features, tuning hyperparameters, correcting for class imbalance, and summarizing results based on metrics we deem important. Where possible, we will perform the exact same exercise here, except we will use the "tidymodels" suite of packages to do so.
    There are a few sources from which this tutorial draws influence and structure.
    "Tutorial on tidymodels for Machine Learning": hansjoerg.me/2...
    "Tidymodels: tidy machine learning in R": www.rebeccabart...
    "Caret vs. tidymodels - comparing the old and new" by Konrad Semsch: konradsemsch.n...
    "Tidy Modeling with R" by Max Kuhn and Julia Silge: www.tmwr.org/
    Recursive feature elimination example by Max Kuhn: github.com/ste...
    Documentation for "stacks": stacks.tidymod...

КОМЕНТАРІ • 13

  • @vineetsansi
    @vineetsansi 3 роки тому +1

    didn't know about "Generate parsnip model specifications" that is really helpful specially in beginning.

  • @maxparku
    @maxparku 3 роки тому +1

    Awesome video as always Richard, this a really helpful introduction. That addin definitely saves a lot of time

    • @RichardOnData
      @RichardOnData  3 роки тому

      Absolutely! It's a really nice feature!

  • @waldemarvogt66
    @waldemarvogt66 3 роки тому +1

    Great tutorial! I'm happy that I found you on YT ;)

  • @averyrobbins68
    @averyrobbins68 3 роки тому +1

    ahh yes the long awaited tidymodels tutorial

    • @RichardOnData
      @RichardOnData  3 роки тому

      It took me way too long, but it's coming!

  • @EsinaViwn9
    @EsinaViwn9 Рік тому

    why setseed in Create a recipe chunk?

  • @jamespaz4333
    @jamespaz4333 3 роки тому

    Do you think that Tidymodels is better than Caret?

  • @shabro10
    @shabro10 3 роки тому

    Wonderful tutorial !! Could you please make a tutorial on ML on spatial continuous, numerical data

  • @fernandourrutia2566
    @fernandourrutia2566 3 роки тому +1

    Excellent !!