Skip to content
#

ordinary-least-squares

Here are 48 public repositories matching this topic...

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

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
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

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

This repository contains a comprehensive implementation of gradient descent for linear regression, including visualizations and comparisons with ordinary least squares (OLS) regression. It also includes an additional implementation for multiple linear regression using gradient descent.

  • Updated May 28, 2023
  • Jupyter Notebook

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