Nice stuff. Just a question Is it possible to compare Machine learning classifiers in Python using GridSearchCV and if I want to use scoring option as F2 sore, what should I do? Thank you.
GridSearchCV is for hyperparameter tuning of a single classifier. But you can embed the use of GridSearchCV inside the for loop of the ML classifier comparison. As for the scoring option, you can specify F1 score in the "scoring" argument of the GridSearchCV function.
@@DataProfessor One more question in your code scores[] if I want to replace the model scores with f2 score what should I do? Please can you give me the code. I tried but it is not working. Means I want to compare the models with respect to f2 score. Thank you.
Dear Data Professor: I have been searching TH-cam for your video on building a sequential neural net model for multinomial classification in Python using tensor flow (and not scikit-learn). I am pretty sure I came across one but now I am unable to find it. I'm new to subscribing to TH-cam channels, and I did subscribe to yours using a google email address, but I can't find it now. Any help would be greatly appreciated, and I am willing to pay for a monthly premium subscription. Please advise further...
Thank you for all the names of the different types of classification models!
Great video, don’t stop making these
Thanks Adhith for the encouragement!
Another great video! I love that you explain the goal of each step
You're great. I really learned a ton from this and your explanation is very clear
Glad it was helpful!
how to find the accuracy_score, f1_score, recall_score and precision_score?
Great video, thanks! I would be very helpful to not only color the scores, but also to sort models by score in descending order
Great suggestion!
Color coding not so much but sorting by values, any day!!!!
Super awsm video...what else any ML Engg. want? This is completely phenomenal tutorial. Thank you so much for making this video.
if i want to calculate the specificity using the confusion matrix in the same code how to do it?
Great Video, I have been looking for something similar to this. Thank a ton!
Glad it was helpful!
Explanation is Great. Thank you.
Glad it was helpful!
Not sure how can you compare the classifiers using just one score point? The result can be obtained because of a statistical chance.
Thank you so much for this!
Nice stuff. Just a question Is it possible to compare Machine learning classifiers in Python using GridSearchCV and if I want to use scoring option as F2 sore, what should I do? Thank you.
GridSearchCV is for hyperparameter tuning of a single classifier. But you can embed the use of GridSearchCV inside the for loop of the ML classifier comparison. As for the scoring option, you can specify F1 score in the "scoring" argument of the GridSearchCV function.
@@DataProfessor One more question in your code scores[] if I want to replace the model scores with f2 score what should I do? Please can you give me the code. I tried but it is not working. Means I want to compare the models with respect to f2 score. Thank you.
Thanks for sharing! It's helpful.
Glad to hear that, thanks for watching!
Excellent video. If possible then please make a video on hybrid ML technique.
Thanks for suggestion 😊
exactly what I needed
Very nice video.Thanks
You're welcome!
Thanks always for your great content. Which classifiers can I use for multinomial classification? I have more than five labels for my targets.
Hi, any classifier would do.
Dear Data Professor: I have been searching TH-cam for your video on building a sequential neural net model for multinomial classification in Python using tensor flow (and not scikit-learn). I am pretty sure I came across one but now I am unable to find it. I'm new to subscribing to TH-cam channels, and I did subscribe to yours using a google email address, but I can't find it now. Any help would be greatly appreciated, and I am willing to pay for a monthly premium subscription. Please advise further...
Accuracy scores should be further compared to check if they have significant differences using z-test or t-test
Thanks for your video. This video make me to understanding
Thanks Warawat for your kind comment. It's a pleasure.
Thank you data professor.
You are welcome 😊
You're great! Clear and simple explanation, even if the world out there is not so plain... :) could you do a video on Time Series model? thanks.
Great suggestion! I will see what I can do.
Thank you.
hello, I enjoy watching your video. Can I request to you, to explain the algorithm about Hybrid Approach that combines Random Forest and SVM?
thx 4 this. That's so helpful info ty
Thanks for watching 😃
Thanks teacher
You are welcome
Great
Thank you for watching 😊