Pre-read: This blog is part of the Linear Regression in Machine Learning blog series. Multicollinearity In regression, Multicollinearity is a phenomenon when two or more independent variables...
Multiple Linear Regression is a linear regression model having more than one explanatory variable. In our last blog, we discussed the Simple Linear Regression and R-Squared concept. The Adjusted...
Simple Linear Regression is a linear regression with only one explanatory variable. In this blog, we will learn to build a simple linear regression model in Python and R along with a detailed...
What is Regression? Regression is a statistical process for estimating the relationship between a dependent variable (usually denoted by y) and one or more independent variables (usually denoted by...
Information Value (IV) Information Value is the most used concept for variable selection in the Logistic Regression scorecard development process. Information Value is a measure of the predictive...
Recent Comments