Implementing Linear Regression from scratch on California housing dataset
Introduction Welcome, this post explores the traditional Linear Regression algorithm from first principles. It covers the intuition and mathematical foundation behind the model, followed by a complete implementation built from scratch without using a...
Dec 26, 202517 min read4