5 min
Brier Score – How to measure accuracy of probablistic predictions
Brier score is an evaluation metric that is used to check the goodness of a predicted probability score. This is very similar to the...
5 min
Brier score is an evaluation metric that is used to check the goodness of a predicted probability score. This is very similar to the...
14 min
Regular expressions, also called regex, is a syntax or rather a language to search, extract and manipulate specific string patterns from a larger text....
10 min
Choosing the right evaluation metric for classification models is important to the success of a machine learning app. Monitoring only the ‘accuracy score’ gives...
12 min
Logistic regression is a predictive modelling algorithm that is used when the Y variable is binary categorical. That is, it can take only two...
9 min
How to implement and interpret the commonly used statistical significance tests in R? Understand the purpose, when to use and how to interpret the...
16 min
We have covered the basic concepts about linear regression. Besides these, you need to understand that linear regression is based on certain underlying assumptions...