Accuracy, Recall, Precision, F1 Score in Python from scratch
Violin plots are similar to box plots, except that they also show the probability density of the data at different values, usually smoothed by a kernel densi...
Violin plots are similar to box plots, except that they also show the probability density of the data at different values, usually smoothed by a kernel densi...
This is a small video demonstrating how you can use the voting classifier module in sklearn to create an ensemble of classifiers. We will be creating both ha...
This is a small video demonstrating a new category of classifiers called as voting classifier. Voting classifier is further subdivided into 2 categories - Ha...
This video demonstrates the importance of random state in Train Test Split.
ROC (Receiver Operator Characteristic) graphs and AUC (the area under the curve), are useful for consolidating the information from a ton of confusion matric...