An open API service indexing awesome lists of open source software.

https://github.com/quickheaven/python-statsmodels-research


https://github.com/quickheaven/python-statsmodels-research

coefficients data-science f-statistics jupyter-notebook python r-square-values statistics statsmodels

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Linear Regressions:
* [Data Courses](https://nbviewer.org/github/quickheaven/python-statsmodels/blob/main/Linear_Regression_in_Python_using_Statsmodels_DataCourses.ipynb): *Includes both Simple and Multiple Linear Regression.*

* Data to Fish: \
[Simple Linear Regression](https://nbviewer.org/github/quickheaven/python-statsmodels/blob/main/Linear_Regression_in_Python_using_Statsmodels_DataToFish.ipynb)\
[Multiple Linear Regression](https://nbviewer.org/github/quickheaven/python-statsmodels/blob/main/Example_of_Multiple_Linear_Regression_in_Python.ipynb): Examples used both StatsModels and SkLearn.
* [Geeks for Geeks](https://nbviewer.org/github/quickheaven/python-statsmodels/blob/main/Linear_Regression_in_Python_using_Statsmodels_GeeksForGeeks.ipynb)
* [Simon Fraser University](https://nbviewer.org/github/quickheaven/python-statsmodels/blob/main/Simple_Linear_Regression.ipynb)
* [Linear Regression with Categorical Variables](https://nbviewer.org/github/quickheaven/python-statsmodels/blob/main/Linear_Regression_with_Categorical_Variables.ipynb)