Implemented feature engineering
This commit is contained in:
@@ -29,7 +29,6 @@ The target variable is the **stress level**, indicated as *low*, *moderate* or *
|
||||
**Figures:**
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
@@ -45,4 +44,15 @@ No missing values or duplicate rows were found in the dataset. Outliers in numer
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
## Feature Engineering
|
||||
|
||||
To improve model performance and reduce redundancy, I performed feature engineering before training:
|
||||
- **GPA** was removed because it was highly correlated with **study time**, reducing redundant information and potential multicollinearity.
|
||||
- Features such as **extracurricular activity time** and **social time** were removed due to low predictive importance, minimizing noise and helping the model focus on the most relevant factors.
|
||||
|
||||

|
||||

|
||||
Reference in New Issue
Block a user