Skip to content
#

ordinary-least-squares

Here are 48 public repositories matching this topic...

Data about 5,634 married women (out of which 3,286 are reported being in the labor force) is taken from the Wooldridge Current Population Survey (CPS91) Database for Wage/Income analysis. There are 24 variables that give information about married women, their husbands, their demographics, if they belong to any unions, or are a part of labor forc…

  • Updated Sep 25, 2020
  • Jupyter Notebook

In this project, I have worked with some data on possums. It is a relatively small data set, but it's a good size to try with ordinary least squares (OLS) and least absolute deviation (LAD), and to gain experience with supervised learning. I have written my own methods to fir both OLS and LAD models, and then at the end compared them to the mode…

  • Updated Oct 14, 2020
  • Jupyter Notebook
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

As part of a group project, I developed separate regression models using R to predict the daily number of batteries and robberies in Chicago using four different datasets. I tested interactive and second-order terms and used stepwise feature selection to find the best model with the given data. I tested several potential models using cross-valid…

  • Updated Jun 29, 2021
  • R

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

I contributed to a group project using the Life Expectancy (WHO) dataset from Kaggle where I performed regression analysis to predict life expectancy and classification to classify countries as developed or developing. The project was completed in Python using the pandas, Matplotlib, NumPy, seaborn, scikit-learn, and statsmodels libraries. The r…

  • Updated Jun 29, 2021
  • Jupyter Notebook

Ejercicio de regresiones por distintos métodos (Mejor Selección de Conjuntos, Selección de pasos hacia adelante, Ridge, LASSO, Elastic Net, Componentes Principales, Mínimos Cuadrados Parciales, etc.)

  • Updated Jul 5, 2021
  • R

Improve this page

Add a description, image, and links to the ordinary-least-squares 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 ordinary-least-squares topic, visit your repo's landing page and select "manage topics."

Learn more