(Code) K-Fold, Stratified, Leave One Out, Repeated K-Fold Cross Validation Python | Machine Learning

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 37

  • @aanchaldogra
    @aanchaldogra 4 роки тому +3

    Thanks Rachit. Keep it up.

  • @preethirathod6751
    @preethirathod6751 7 місяців тому

    You have explained so clearly

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

    Very well explained video. Thank you!

  • @prashantsharma226
    @prashantsharma226 2 роки тому

    You got a subscriber today.

  • @dreamphoenix
    @dreamphoenix 4 роки тому +1

    Great tutorial! Love the time stamps; perfect for learning!!

  • @jongcheulkim7284
    @jongcheulkim7284 2 роки тому

    Thank you. This is very helpful.

  • @Chiefempress
    @Chiefempress 4 роки тому +1

    thank you sir
    all one wanna know in one video..
    :)

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

    Thanks man Good revision

  • @enriamak
    @enriamak 4 роки тому

    Thanks friend!! Very well explained.

  • @krisghimire1460
    @krisghimire1460 4 роки тому +1

    Nice tutorial! keep making..

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

    super useful.. Thanks for your effort..

  • @geevanmagar2679
    @geevanmagar2679 2 роки тому

    Whats the shortcut key to get the document in Kfold?

    • @rachittoshniwal
      @rachittoshniwal  2 роки тому

      Shift + tab shows first line or two
      Shift + tab + tab expands it further

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

    Thank you so much !

  • @VR-fh4im
    @VR-fh4im 2 роки тому

    You are using .loc with train and not with test_set. Being consistent help.

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

    how to calculate precision, geometric mean, f-measure, recall, specificity, AUC??

  • @paanshulchowdhary7264
    @paanshulchowdhary7264 4 роки тому

    Hi Rachit Nice content! keep going :)

  • @krisghimire1460
    @krisghimire1460 4 роки тому

    Do you do tutoring ?

  • @webdeveloper3116
    @webdeveloper3116 4 роки тому

    bro,you explained k fold using train and split till 13:00 ,instead of this,why did not you just explain it by showing figure

    • @rachittoshniwal
      @rachittoshniwal  4 роки тому

      oh, hey. I have made a dedicated video explaining the workings of different CV techniques here:
      ua-cam.com/video/-ttTk9RQl5E/v-deo.html
      hope it helps!

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

    Sir, in cell no. 23... I'm getting error "__init__() got an unexpected keyword argument 'n_estimators' " and after removing 'n_estimator'and 'random_state's.... I'm getting the error as....... "__init__() missing 1 required positional argument :'net' "
    with model name CoxPH....
    ? Can we apply cross val. With cox proportional hazard?
    Please please help🙏

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

      what code do you have in cell 23?

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

      Cell 23 in your video
      K fold vald.
      pipe = Pipeline ([
      ('ct_step', ct),
      ('model', CoxPH(n_estimator =10, random_state=0))
      ])

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

      @@dikshasharma457 make it n_estimators, plural