I think what normalization does is to help your model train faster. It does not improve the performance of your model when compared to a model trained on the non-normalized version of the same data set. The gain in training time when using a normalized data set will most likely be pronounced for very large data sets.
Hello, Thanks for the video. However, I have a question. Where did this n_class=classes.shape[0] come from since its showing me error "unidentified classes?"
the n_class is used to get the number of classes/labels. Also if its showing error, try to rerun the codes again. Each step is dependent on the previous step. If you are going to use the codes on a dataset other than the one provided, then you may have to modify some parts.
Thank you! ChatGPT was giving me incorrect code to plot the ROC Curve, had to come find your video to make it work
I think what normalization does is to help your model train faster. It does not improve the performance of your model when compared to a model trained on the non-normalized version of the same data set. The gain in training time when using a normalized data set will most likely be pronounced for very large data sets.
Performance of a model can also be measured in terms of speed. So if a model runs faster, that is an improved performance.
@@datasciencecoach true. Didn't see it that way initially.
Great video. Its great and joyous to see s brother thriving in this field
Thank you so much.
I really benefited from your github
Thank you for the great explanation. Really appreciated 😍
Thank you for vid! Awesome
Concise and straight to the point. This was helpful. Thanks for sharing!
hello, can you assist me on this Where did this n_class=classes.shape[0] come from since it's showing me the error "unidentified classes?"
Awesome video. Helped me a lot. Could you please upload a video about image processing in python? IT would be very helpful.
Hello, Thanks for the video. However, I have a question. Where did this n_class=classes.shape[0] come from since its showing me error "unidentified classes?"
the n_class is used to get the number of classes/labels. Also if its showing error, try to rerun the codes again. Each step is dependent on the previous step. If you are going to use the codes on a dataset other than the one provided, then you may have to modify some parts.
how to calculate average auc for whole model
Have you figured it out ? 😢
Adds kitne aate hain
31:36 ROC