Skip to content
#

ordinary-least-squares

Here are 48 public repositories matching this topic...

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

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

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

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

Ordinary Least Squares, Ridge Regression, Expectation Maximization, Full Bayesian Inference, Bayes Classifiers, kNN, and MLP core algorithms from scratch. Some auxiliary functions are also used.

  • Updated Dec 2, 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