We all know how the big tech companies collect as many data as possible about us and how hard it is to escape their surveillance. This browser is a private browser out of the box. Which is ideal for people who don’t like configuring a lot of settings, and still want to be private.
The goal of linear regression to find a relationship between features, then using this to predict the future, with the assumption of an existing linear correlation.
For this example, we will use the following dataset.
x = [5, 4, 3, 6, 8, 1, 9, 2, 7]
y = [10, 9, 6, 14, 14, 2, 17, 5, 13]
Just by looking at the data, we could guess if there a linear trend. To make sure our assumptions are correct, we need to confirm it with a graph. Doing this will also give us a better feeling of how the data looks.