Abstract
This research paper presents a comprehensive comparison of eight regression techniques applied to a one-dimensional dataset. The study evaluates linear regression, polynomial regression, ridge regression, lasso regression, decision tree regression, random forest regression, Support Vector Regression (SVR), and gradient boosting regression. Using a dataset that correlates years of experience with salary, we assess the performance of each method based on key metrics such as Mean Absolute Error (MAE), Mean Squared Error (MSE), and R-squared (R2). Our findings reveal significant differences in the accuracy and robustness of these models. Linear and polynomial regression provide a baseline for comparison, while regularization methods such as ridge and lasso regression demonstrate improved stability against overfitting. Decision tree and random forest regression capture non-linear relationships with varying degrees of success. SVR, with its kernel-based approach, adapts well to complex patterns, and gradient boosting regression shows superior predictive performance through ensemble learning. This study delves into the strong points and weaknesses of eight regression techniques, guiding practitioners in selecting appropriate models for their specific applications.
Original language | English |
---|---|
Title of host publication | Proceedings - 2024 IEEE 16th International Conference on Communication Systems and Network Technologies, CICN 2024 |
Editors | Geetam Singh Tomar |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 1365-1370 |
Number of pages | 6 |
ISBN (Electronic) | 9798331505264 |
DOIs | |
Publication status | Published - 2024 |
Event | 16th IEEE International Conference on Computational Intelligence and Communication Networks, CICN 2024 - Indore, India Duration: 22 Dec 2024 → 23 Dec 2024 |
Publication series
Name | Proceedings - 2024 IEEE 16th International Conference on Communication Systems and Network Technologies, CICN 2024 |
---|
Conference
Conference | 16th IEEE International Conference on Computational Intelligence and Communication Networks, CICN 2024 |
---|---|
Country/Territory | India |
City | Indore |
Period | 22/12/24 → 23/12/24 |
Bibliographical note
Publisher Copyright:© 2024 IEEE.
Keywords
- Decision Tree Regression
- Lasso Regression
- Linear Regression
- One-dimensional regression
- Polynomial Regression
- Ridge Regression