A package for step-by-step regression analysis including simple, multiple, and logistic regression.
Project description
Step-by-Step Linear Regression
This Python package is designed to assist students learning simple, multiple, and logistic regression by breaking down every calculation step.
It is especially helpful when solving exam-style problems, where it's easy to make minor arithmetic errors that derail understanding.
Instead of spending excessive time on mechanical computation, you can use this tool to verify intermediate steps, identify mistakes quickly, and focus more on understanding the underlying formulas and concepts.
Features
.fit(X, y)— fits the model.summary()— prints slope, intercept, SSR, SSE, MSE, etc..steps_df— prints an annotatedDataFrameshowing internal computation steps
Installation
You can install the package from PyPI:
pip install StepByStepLinearRegression
Usage
It is recommended to run this package in .ipynb (Jupyter Notebook) format for best interactivity and readability of computation steps.
Check test.ipynb to see how to use this package in practice.
Author
Created by Mellamochiao.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stepbysteplinearregression-0.1.1.tar.gz.
File metadata
- Download URL: stepbysteplinearregression-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a1c1a60af1a5d041e6c9b25b185a112b484aca7a389f7774acbca4aa0966f13
|
|
| MD5 |
9159ca91215b426c5d9c1ee86292c148
|
|
| BLAKE2b-256 |
83fcad971d8a666e0aa305f435dac5fe5ee405885072e62fe82ce507bc86ea09
|
File details
Details for the file stepbysteplinearregression-0.1.1-py3-none-any.whl.
File metadata
- Download URL: stepbysteplinearregression-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10aed4b5d66dc5e216d8c7978bc0ed39184df264f20482ee6da1912c7363fa0
|
|
| MD5 |
a488c9c9c7766e6ace14ae3ea67e7fd2
|
|
| BLAKE2b-256 |
ef5ac27362ebea9f76e25c6c9baa25070cb384e9b72826755da2e179f8614986
|