In this section, you will implement your first linear regression algorithm in scikit-learn. To make this easy to follow, the section will be divided into three subsections, in which you will learn about the following topics:
- Implementing and visualizing a simple linear regression model in two dimensions
- Implementing linear regression to predict the mobile transaction amount
- Scaling your data for a potential increase in performance