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
-
Logistic_Classification
Logistic_Classification PublicA multiclass classification project using Logistic Regression with Python and scikit-learn. The model is evaluated using a classification report and achieves perfect precision, recall, and F1-score…
Jupyter Notebook 1
-
Decisiontree_Regression
Decisiontree_Regression PublicThis project uses a Decision Tree Regression model to predict housing prices from structured data. The model is trained and evaluated using RMSE and R² score, with visual analysis of residuals and …
Jupyter Notebook 1
If the problem persists, check the GitHub status page or contact support.