From b7479313cc093103b28ceb8dcec153679d26ae37 Mon Sep 17 00:00:00 2001 From: Chirag Date: Wed, 20 Nov 2024 14:01:10 +0100 Subject: [PATCH] Update ReadMe.md --- basics/linear_regression/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/linear_regression/ReadMe.md b/basics/linear_regression/ReadMe.md index 7d6adae..a3be5e5 100644 --- a/basics/linear_regression/ReadMe.md +++ b/basics/linear_regression/ReadMe.md @@ -325,4 +325,4 @@ This equation allows us to compute the optimal values for the polynomial coeffic 3. **Make Predictions**: - Use the polynomial equation \( \hat{y} = \mathbf{X} \mathbf{w} \) to predict the target variable. - +i am chirag