Skip to content
#

elastic-net-regression

Here are 31 public repositories matching this topic...

regularized-linear-regression-deep-dive

Explanations and Python implementations of Ordinary Least Squares regression, Ridge regression, Lasso regression (solved via Coordinate Descent), and Elastic Net regression (also solved via Coordinate Descent) applied to assess wine quality given numerous numerical features. Additional data analysis and visualization in Python is included.

  • Updated Jan 20, 2021
  • Jupyter Notebook

Logistic Regression technique in machine learning both theory and code in Python. Includes topics from Assumptions, Multi Class Classifications, Regularization (l1 and l2), Weight of Evidence and Information Value

  • Updated Dec 22, 2021
  • Jupyter Notebook

My role in this group project was to perform regression analysis on quarterly financial data to predict a company's market capitalization. I used R to develop ordinary least squares (OLS), stepwise, ridge, lasso, relaxed lasso, and elastic net regression models. I first used stepwise and OLS regression to develop a model and examine its residual…

  • Updated Jun 29, 2021

Data Models in R for Multiple Linear Regression and three models (Ridge, Lasso, and Elastic-Net), to predict Medicare claim costs of Type 2 diabetes patients with other diagnoses. We used Data from Entrepreneur’s Medicare Claims Synthetic Public Use Files (DE-SynPUFs) for our analysis.

  • Updated Dec 10, 2021

This project focuses on forecasting the closing prices of Yes Bank's stock. Through data analysis and predictive modeling, this project provides valuable insights for investors and traders, aiding them in making informed decisions about their investments in Yes Bank's stock.

  • Updated Nov 17, 2023
  • Jupyter Notebook

This project focuses on forecasting the closing prices of Yes Bank's stock. Through data analysis and predictive modeling, this project provides valuable insights for investors and traders, aiding them in making informed decisions about their investments in Yes Bank's stock.

  • Updated Aug 20, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the elastic-net-regression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elastic-net-regression topic, visit your repo's landing page and select "manage topics."

Learn more