Skip to content
Home » Python

Python

Linear Regression using Scipy

There are many approaches to perform linear regression (or least squares fit) in Python and libraries which support doing so. One approach I have come across, which I personally find advantegous, provide additional variables compared to other solutions. This post hereby intends to explain, through a simple example, how… Read More »Linear Regression using Scipy

This page is under construction