Skip to content
View btboilerplate's full-sized avatar

Block or report btboilerplate

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Linear_Regression Linear_Regression Public

    Implemented 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

  2. Ridge_Regression Ridge_Regression Public

    Built 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

  3. Lasso_Regression Lasso_Regression Public

    Developed 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

  4. ElasticNet-Regression ElasticNet-Regression Public

    Implemented 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