Popular repositories Loading
-
Linear_Regression
Linear_Regression PublicImplemented Linear Regression using scikit-learn to predict housing prices. Evaluated model performance using R² score (~0.64) and residual distribution analysis to assess prediction errors and reg…
Jupyter Notebook 1
-
Ridge_Regression
Ridge_Regression PublicBuilt a Ridge Regression model for housing price prediction to reduce overfitting through L2 regularization. Achieved an R² score of ~0.64, with residual analysis confirming improved model stability.
Jupyter Notebook 1
-
Lasso_Regression
Lasso_Regression PublicDeveloped a Lasso Regression model applying L1 regularization for housing price prediction. The model achieved an R² score of ~0.64 while performing implicit feature selection and maintaining stron…
Jupyter Notebook 1
-
ElasticNet-Regression
ElasticNet-Regression PublicImplemented ElasticNet Regression, combining L1 and L2 regularization to handle multicollinearity and improve robustness. Evaluated using R² score (~0.64) and residual distribution analysis on real…
Jupyter Notebook 1
If the problem persists, check the GitHub status page or contact support.