Skip to content

Collection of regression analysis implementations written in python

Notifications You must be signed in to change notification settings

jmoso13/Python-Regression-Implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A collection of python implementations of regression analysis techniques

Written by: Jeff Sontag as supplemental to class research

These classes are written from scratch, implement gradient descent, as well as provide access to the underpinnings. Structures like the hessian are laid bare for the user to explore and manipulate. 

DEPENDENCIES:
Numpy
Pandas (For Display)

This collection is ongoing and thus far includes:
-Logistic Regression
-Binomial Regression

About

Collection of regression analysis implementations written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages