In this project, we aim to predict the 50 startups profit. we implemented Multiple Linear Regression on Python. The data contains the following columns: R&D Spend Administration Marketing Spend State Profit . let’s get our environment ready with the libraries we’ll need and then import the data! Check out the Data . EDA Let’s create some simple plots to check out the data! . Training a Linear Regression Model Let’s now begin to train out …