Reviewing Linear Regressions in R and Learning Them in Python

Simple Linear Regressions

In Python:

This slideshow requires JavaScript.

In R:

This slideshow requires JavaScript.

Multiple Linear Regressions with Backward Elimination

In Python:

This slideshow requires JavaScript.

In R:

This slideshow requires JavaScript.

We later went back through our summary statistics to examine Adjusted R^2 and found that the model with both final variables (R&D Spend and Marketing Spend) was the best predictor of profit in the given data on 50 startups.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.