Linear Regression is a fundamental machine learning algorithm used to predict a numeric dependent variable based on one or more independent variables. The dependent…
March 11, 2018 Caret Package – A Practical Guide to Machine Learning in R Caret Package is a comprehensive framework for building machine learning models in R. In this tutorial, I explain nearly all the core features of…
September 13, 2017 Logistic Regression – A Complete Tutorial With Examples in R Logistic regression is a predictive modelling algorithm that is used when the Y variable is binary categorical. That is, it can take only two…