Recent Posts

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...

Voting Classifier, Simplest Example

This is a small video demonstrating a new category of classifiers called as voting classifier. Voting classifier is further subdivided into 2 categories - Ha...

ROC & AUC Simplest Example

ROC (Receiver Operator Characteristic) graphs and AUC (the area under the curve), are useful for consolidating the information from a ton of confusion matric...

Computing P-Value by Hand

This video is a brief intro to the concept of the p-value and how its computed for a given hypothesis statement.