Skip to main content

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.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page