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
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 algo_ml-0.0.1.tar.gz
.
File metadata
- Download URL: algo_ml-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.4rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 969a57ad4b1431c9cdbd7117e1f1e3a99321eebc7b7ef24d9a999ca960ac85f4 |
|
MD5 | b83e995f996e02e9dec02ad7463169f8 |
|
BLAKE2b-256 | e0ad09ab9d4796a8cde81cb2a195b45c99b5d0d158ff492b0359fe5ca79d1bc0 |