From 6e708f018b6c2d563ba1855bed98ccbed4c1e800 Mon Sep 17 00:00:00 2001 From: Zhengling Jiang <94821317+ClaireJ2100@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:34:06 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db8844d..c57c34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,3 +70,12 @@ The section lacked depth in explaining coefficients, model limitations, and the Expanded discussion on the model coefficients, explained the linearity assumption and provided examples, improved clarity on Ridge’s handling of multicollinearity through coefficient shrinkage and clarified why Ridge Regression was chosen. ### Evidence: resolved git issue: https://github.com/UBC-MDS/dsci-522-group-23/issues/60 + +## 9. Feedback from teaching team: Methods Section +### Feedback: +The correlations between G1, G2, G3 are very high. It would be best if you had studied the effects of features on G1/G2/G3 without considering the others. +### Changes Made: +We removed G1 and G2 from our final model to address multicollinearity and focus on the predictive power of G3. +### Evidence: +Check our final report: https://ubc-mds.github.io/dsci-522-group-23/ +