Descrição curta do package
Project description
Regressão Linear Simples
Package educacional para entender regressão linear do zero.
Exemplo de uso
from regressaosimples import RegressaoLinearSimples
X = [1, 2, 3, 4, 5]
Y = [2, 3, 5, 4, 6]
modelo = RegressaoLinearSimples()
modelo.fit(X, Y)
print(modelo.predict([6, 7]))
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
meupackage-0.1.0.tar.gz
(1.5 kB
view details)
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 meupackage-0.1.0.tar.gz.
File metadata
- Download URL: meupackage-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d76672edf2d6eca2f7f9ebc0a631405f724cb8ee2a3918ad9fb3f249cc4658f2
|
|
| MD5 |
19647be2d7c0c190119804ff07b426cd
|
|
| BLAKE2b-256 |
4b3e89951972e85eda7ea41c9561bfebf4d7e51cbe1ccd35b79892348d7d88e6
|
File details
Details for the file meupackage-0.1.0-py3-none-any.whl.
File metadata
- Download URL: meupackage-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
722a49bc2d5b043a632df84c95f417f373d059f2aec9670c8c3c2fb73442cfba
|
|
| MD5 |
68ecc19c8363ebd206c903a4525bca58
|
|
| BLAKE2b-256 |
4eb23b248578f66f4e4c0c96e3b6120802b07279f4efb7021ae528fb76a7ae30
|