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...
prathmeshkush.hashnode.dev17 min read