An introduction to caret: A machine learning library in R

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 7

  • @ahmetemin1721
    @ahmetemin1721 2 года назад +1

    Definitely one of the best videos about machine learning. It was quite informative and the narration was smooth. Thank you very much 😃

  • @abhishek894
    @abhishek894 3 года назад +1

    Thank you Dr. Nord for such a succinct video on the caret package. I learned a lot from this. I would have loved to see caret in action with some dataset as an example.

  • @athanasiospliousis2654
    @athanasiospliousis2654 3 года назад +1

    Very nice video. With a nice progression of the functions and the modeling logic. Thank you!

  • @danielforster4804
    @danielforster4804 2 года назад

    The caretList function doesn't seem to exist.

    • @UseROslo
      @UseROslo  2 года назад

      Most likely replaced in a newer version. Version 6.0 came out in April, and could not find the function there. I will reach out to the presenter to see if caretList has been replaced by a similarly working function.

    • @danielforster4804
      @danielforster4804 2 года назад

      @@UseROslo I'm also wondering what are the nonparametric options for caret? The package is generally pretty easy to use but my data is completely impossible to normalise so it's either use nonparametrics or bootstrap it all to kingdom come.

    • @anitawen7165
      @anitawen7165 Год назад

      I added the following libraries and it worked.
      library(caret)
      library(caretEnsemble)