Voting Classifier in Python
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 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...
This video is a brief intro to the concept of the p-value and how its computed for a given hypothesis statement.