What is Bayesian Logistic Regression?

Bayesian Logistic Regression In this video, we try to understand the motivation behind Bayesian Logistic regression and how it can be implemented.  Recap of Logistic Regression Logistic Regression is one of the most popular ML models used for classification. It is a generalized linear model where the probability of success can be expressed as a…

Can we use the AUC Metric for a SVM Classifier ? 

This video explains computing the AUC metric for an SVM classifier, or other classifiers that give the absolute class values as outcomes. What is Area Under the Curve ? AUC is the area under the ROC curve. It is a popularly used classification metric. If you want to recap how AUC works, here is a…