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🙏
Thanks Rachit. Keep it up.
I'm glad you found it useful, Aanchal ! :)
You have explained so clearly
Very well explained video. Thank you!
You got a subscriber today.
Great tutorial! Love the time stamps; perfect for learning!!
Ikr! Thanks!
Thank you. This is very helpful.
thank you sir
all one wanna know in one video..
:)
Thanks Siva!
Thanks man Good revision
Thanks friend!! Very well explained.
Hi Enrique, thanks! :)
Nice tutorial! keep making..
Thanks a lot!
super useful.. Thanks for your effort..
Thanks Anuj!
Whats the shortcut key to get the document in Kfold?
Shift + tab shows first line or two
Shift + tab + tab expands it further
Thank you so much !
I'm glad it helped, Heet!
You are using .loc with train and not with test_set. Being consistent help.
how to calculate precision, geometric mean, f-measure, recall, specificity, AUC??
Hi Rachit Nice content! keep going :)
Thanks Paanshul ! Appreciate that! :)
Do you do tutoring ?
Tutoring as in?
@@rachittoshniwal Like teach python live class or something..?
@@krisghimire1460 unfortunately, no!
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
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!
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🙏
what code do you have in cell 23?
Cell 23 in your video
K fold vald.
pipe = Pipeline ([
('ct_step', ct),
('model', CoxPH(n_estimator =10, random_state=0))
])
@@dikshasharma457 make it n_estimators, plural