Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
4 lines (2 loc) · 259 Bytes

linear-regression-with-multiple-variables.md

File metadata and controls

4 lines (2 loc) · 259 Bytes

Linear Regression with Multiple Variables

What if your input has more than one value? In this module, we show how linear regression can be extended to accommodate multiple input features. We also discuss best practices for implementing linear regression.