Split Data R Caret Training and Test

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

ความคิดเห็น • 17

  • @CradleToGraveR
    @CradleToGraveR  4 ปีที่แล้ว +1

    Who is going to post the homework answer to the Discord: discord.gg/f2uDBvA first?

  • @erang1108
    @erang1108 2 ปีที่แล้ว +4

    This is by fare the best video on data splitting, so clear and easy to follow!! and even your tiny "mistake" is so precious because i made some same ones as well and had no idea what happened. And you gave all the explanations!! Truly the greatest!!! Thank you sir!

    • @CradleToGraveR
      @CradleToGraveR  2 ปีที่แล้ว

      Thanks for the kind words. I'm so glad it's helpful.

  • @nol-sor1985
    @nol-sor1985 3 ปีที่แล้ว

    man, this helped my project when I was running out of time....you're a hero

  • @phyn0x711
    @phyn0x711 2 ปีที่แล้ว +1

    Super helpful, thanks a lot !

  • @ScottNelson-h5g
    @ScottNelson-h5g ปีที่แล้ว

    I have 25 locations of data where the covariates are nested in the locations. How can I split the data by locations rather all of the data?

  • @eugenechua7239
    @eugenechua7239 4 ปีที่แล้ว +1

    Nice video :) but I thought you might want to try initial_split() from rsample...anyway its a more updated package from Max Kuhn while he is at R studio. Not sure whether caret will still be maintained in the foreseable future...

    • @CradleToGraveR
      @CradleToGraveR  4 ปีที่แล้ว

      I heard the same thing. Glad you brought it up. I did do a quick video on using initial_split right after you mentioned it. Thanks.

  • @RLcheryl
    @RLcheryl 3 ปีที่แล้ว

    Hello Sir,
    Thank you so much for the clear explanation. You really helped me with my paper.
    You are really learning people a lot.
    Keep it up!

  • @marioespinosa5554
    @marioespinosa5554 ปีที่แล้ว +1

    thanks

  • @RLcheryl
    @RLcheryl 3 ปีที่แล้ว

    Quick question Aboutaleb RMSE:
    - is RMSE the average difference between actual value ans predicted value?

  • @edigr6906
    @edigr6906 3 ปีที่แล้ว

    Thank you 🙏 so helpful

  • @m.preacher2829
    @m.preacher2829 3 ปีที่แล้ว

    a great video for beginners

  • @steventhomas6378
    @steventhomas6378 3 ปีที่แล้ว

    hey im doing a university assignment and im trying to figure it out, is there any chance you could help me out?

    • @CradleToGraveR
      @CradleToGraveR  3 ปีที่แล้ว

      I'm not near a computer but you can try the R discord server for help maybe.

  • @oriyomialaba3933
    @oriyomialaba3933 3 ปีที่แล้ว

    can someone please help me with this script in R
    I actually don't know how to write the script.
    this is what I want
    I have a dataset that contains two different sheet
    sheet 1 is named James
    sheet 2 is named Bruce
    I want to compare the two sheet James and Bruce using diff parameters or column
    for Sheet1 (James) the parameter or column name is called "Confirm Code"
    for sheet2 (Bruce) the parameter or column name is called "Reference"
    I want the result to show me what's in James and not in Bruce which would come out as NA.
    COPY what's in James that's not in Bruce to another sheet and name the sheet James VAR
    COPY whats in Bruce that's not in James to another sheet and name it Bruce Var
    An example is the one I just performed using excel, i want the same thing using R script. thanks

  • @DB-kv3wu
    @DB-kv3wu 4 หลายเดือนก่อน

    Atractive and very helpful. Can you hel me?