Small personal project to learn about numpy and classes.
Project description
linreg
Description
This is a personal demo to get familiar with the numpy arrays and linear regression algorithm.
package contains a linear regression class with fit and predict functions.
Example
from # from linreg.regressors import LinearRegression
regressor=LinearRegression() regressor.fit(X,y) y_predict=regressor.predict(X_predict)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crotte-0.1.3.tar.gz
(2.7 kB
view details)
File details
Details for the file crotte-0.1.3.tar.gz
.
File metadata
- Download URL: crotte-0.1.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c30c474206ad8eb8f99ed5c315ab4dd1618c09b1c434dadf24346aa38f5afe2c |
|
MD5 | 55c1ef5707b2e2255d3d1c8d8efd3d19 |
|
BLAKE2b-256 | 6e7f7aea5edee839e8f4f903ccd4208028450a5267b4a4e9c67be2f65ee92dc4 |