Method 3 - k-Fold Cross Validation

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

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

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

    Easiest demonstration of K-Fold method ever. Thanks

  • @priscillaokutoyi1625
    @priscillaokutoyi1625 5 лет назад +1

    Thank you, this was very helpful

  • @taifuku3731
    @taifuku3731 4 года назад

    hello, when we do k-fold CV, does it mean that we never touch our actual testing set? Since we treat our validation set as our "testing" set.

    • @IQmates
      @IQmates  4 года назад +1

      Hi there. k-Fol d is useful in situations where you want to assess the performance of your model multiple times without touching the test set. Because of its nature, you will test your model say 5 times (when k = 5) and get 5 measurements. With these measurements, you can see if your model is performing consistently or there is a large variation in performance. So along with the normal accuracy measures, you get back measures of variance (or standard deviation of those measurements). A good model will have consistent results across all k folds. This test of consistency is difficult to do with only one test dataset. After k-fold and you are happy with it's consistent performance, you can then test the model on the test set.

    • @taifuku3731
      @taifuku3731 4 года назад

      @@IQmates ahh that makes sense, thank you!

  • @giseletannous6873
    @giseletannous6873 5 лет назад

    Thank you .. it was very helpful.. but if you don't mind me asking, what software are you using for your video presentation?

    • @IQmates
      @IQmates  5 лет назад

      Hi Gisele. I am glad you found it useful.
      For my "paper", I use SmoothDraw and to record the screen, I use Movavi. :)

    • @giseletannous6873
      @giseletannous6873 5 лет назад

      Ok great .. thank u ♥️

  • @PrasadDraws
    @PrasadDraws 4 года назад

    what is (x1, y1) here ?

    • @PrasadDraws
      @PrasadDraws 4 года назад

      x and y stands for !?

    • @IQmates
      @IQmates  4 года назад

      @@PrasadDraws they are standing in for your features. Imagine your dataset had features or columns called x and y. Put together (x, y) is a data point.

    • @PrasadDraws
      @PrasadDraws 4 года назад

      @@IQmates thanks for the reply...now its clear!!!

  • @furqhankhader8708
    @furqhankhader8708 5 лет назад

    what is your name ?

    • @IQmates
      @IQmates  5 лет назад

      Hi Furqhan. My name is Houston :)