版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
作者机构:Department of Information Technology Manipal Institute of Technology Bengaluru Manipal Academy of Higher Education Manipal India Department of CSE R L Jalappa Institute of Technology Visvesvaraya Technological University Karnataka Doddaballapur India Department of Computer Science and Engineering Symbiosis Institute of Technology International (Deemed University) Pune India
出 版 物:《SN Computer Science》 (SN COMPUT. SCI.)
年 卷 期:2025年第6卷第2期
页 面:1-13页
基 金:Manipal Academy of Higher Education MAHE
主 题:Elastic net regression Lasso regression Linear regression Polynomial Ridge regression Regression techniques SVR with RBF regression
摘 要:This study investigates the effectiveness of various regression models for predicting housing prices using the California Housing dataset. The models evaluated include Linear Regression, Ridge Regression, Best Polynomial Ridge Regression, Lasso Regression, Elastic Net Regression, and Support Vector Regression (SVR) with an RBF kernel. The analysis reveals that SVR with an RBF kernel exhibits the poorest performance, characterized by the highest Mean Squared Error (MSE) and the lowest R² score, indicating limited effectiveness for this dataset. Conversely, Linear Regression, Ridge Regression, and Best Polynomial Ridge Regression demonstrate significantly lower MSE values and nearly identical R² scores, each explaining approximately 60% of the variance in housing prices. Among these, Best Polynomial Ridge Regression marginally outperforms Linear and Ridge Regression, suggesting that including polynomial features enhances model performance. Although Lasso Regression shows slightly higher MSE than the leading models, it still performs better than Elastic Net and SVR. Overall, the study identifies linear regression, ridge regression, and best polynomial ridge regression as the most effective models for this dataset, with SVR and an RBF kernel being the least effective. © The Author(s) 2024.