Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 353 Bytes

Regression Analysis Projects

We conduct three types of regression analyses in this project: Linear Regression, Logistic Regression and Poisson Regression.

Requirements

Code is written in Python 3.7. Required packages can be installed via

pip install -r requirements.txt

Linear Regression

Logistic Regression

Poisson Regression