jmoso13/Python-Regression-Implementations
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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