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
- Host: GitHub
- URL: https://github.com/quickheaven/python-statsmodels-research
- Owner: quickheaven
- License: mit
- Created: 2023-07-08T17:10:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T01:02:10.000Z (over 2 years ago)
- Last Synced: 2025-01-19T07:45:13.231Z (12 months ago)
- Topics: coefficients, data-science, f-statistics, jupyter-notebook, python, r-square-values, statistics, statsmodels
- Language: Jupyter Notebook
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)