Skip to main content

Machine learning Package

Project description

# This is Algo-ML This is a machine learning module/library. Feel free to use any of the code.

## How to use: ### Regression Call the train function on the model, giving the data as the first input and there is no other input. The input data looks like this: [[x, y], [x, y], ……..].

### KMeansClustering Call the train function giving the data as input which should look like this [[x, y, ….], [x, y, ….], [x, y, ….], …….].

### KNearestNeighbor Give it data to train on (just stores the data), which takes the form [[x, y, ……, LABEL], [x, y, ……, LABEL], ………..]. Use the predict function then to predict a label for a particular point.

### That’s it! :)

Change log

0.0.1 (9/20/2020) - - - - - - - - - - First Release

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

algo_ml-0.0.1.tar.gz (3.3 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