From 24cb040e7ebdc79eb32c4da4972199f170b2f6ef Mon Sep 17 00:00:00 2001 From: adi271001 <67856422+adi271001@users.noreply.github.com> Date: Sun, 23 Jun 2024 10:14:23 +0530 Subject: [PATCH] Update README.md --- E-Commerce Trends Analysis/Models/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/E-Commerce Trends Analysis/Models/README.md b/E-Commerce Trends Analysis/Models/README.md index 55ac44c59..64b9b1223 100644 --- a/E-Commerce Trends Analysis/Models/README.md +++ b/E-Commerce Trends Analysis/Models/README.md @@ -69,9 +69,7 @@ Results: RMSE: 621.81 R² Score: -0.1173 ``` ### 4. Gradient Boosting Regressor -#### Gradient Boosting Regressor builds an ensemble of trees in a sequential manner, where each - -#### tree attempts to correct the errors of the previous one. This model is powerful and effective for regression tasks. +#### Gradient Boosting Regressor builds an ensemble of trees in a sequential manner, where each tree attempts to correct the errors of the previous one. This model is powerful and effective for regression tasks. ``` Results: RMSE: 609.70 R² Score: -0.0742