Random Forests with caret: Accuracy and variable importance

Sdílet
Vložit
  • čas přidán 27. 09. 2020
  • Download the script at:
    github.com/mariocastro73/ML20...

Komentáře • 7

  • @SergioGarciaMora
    @SergioGarciaMora Před rokem +1

    Thank you Mario, it was really useful. And I like that is a brief video too 😁

  • @poojamahesh8594
    @poojamahesh8594 Před 2 lety

    after variable selection, i need find the accuracy of the model again...please tell me how to do..please

  • @warunibalasooriya1802
    @warunibalasooriya1802 Před 3 lety

    Error in model.frame.default(form = data$Total.GDP ~ ., data = data.trn, :
    variable lengths differ (found for 'Year')
    why this error appears when I run the code for fit.cv ?

  • @user-qd8tm3if2g
    @user-qd8tm3if2g Před 5 měsíci

    Thank You🙏

  • @tanayanaik6912
    @tanayanaik6912 Před 2 lety

    what is $funalmodel in rpart that you have mentioned ????

  • @alessiogiannelli6246
    @alessiogiannelli6246 Před 3 lety

    This isn't a random forest, this is only a trivial decision tree.

    • @robschultz3758
      @robschultz3758 Před rokem

      how can you tell? How would you alter the code to make it random forest instead?