A simple linear regression model implemented from scratch.
Project description
LinearRegression_pkg
LinearRegression_pkg is a Python library for Linear Regression
Installation
Use the package manager pip to install package_name.
pip install LinearRegression_pkg
Usage
import LinearRegression
#
LinearRegression.fit(epochs , lr)
# returns prediction for inp
LinearRegression.predict(inp)
# returns 'phenomenon'
LinearRegression.module_name('phenomena')
License
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
File details
Details for the file LinearRegression_pkg-0.1.tar.gz.
File metadata
- Download URL: LinearRegression_pkg-0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aefe0f1f74f6e96e98c4c0a7359475aed48b582a93c625b501380dd2ced74b84
|
|
| MD5 |
537818bf700e4872465e637886c8c72a
|
|
| BLAKE2b-256 |
34ab98229d22f2e9ce118ba2104c89a922d4ba3b80d3f6f0f46acdf6201f6116
|