Apr 28, 2020 | Data Science, Python Programming, R Programming
The Training and Testing concept is an amazingly simple, time-tested approach. Right from our school days, we have been applying the Training & Testing approach to evaluate/grade the students....
Apr 13, 2020 | Data Science, Python Programming
This blog is final blog of Linear Regression series. In this blog we will discuss some of the key assumptions of Linear Regression and test the assumptions using Python code. Assumptions of...
Apr 11, 2020 | Data Science, Python Programming
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...
Apr 7, 2020 | Data Science, Python Programming
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...
Apr 2, 2020 | Data Science, Python Programming
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...
Apr 1, 2020 | Data Science, Python Programming, R Programming
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...
Recent Comments