Linear Regression is one of the simpler algorithms, according to what I’ve read. It’s a pretty elegant idea; fit a curve ( a polynomial generally ) to the data. The curve should fit to the overall data “neatly”. Use that curve to estimate new values....
lin-reg.hashnode.dev4 min readNo responses yet.