A python package with implementations of Machine Learning algorithms from scratch.
Project description
ScratchML
A python package with implementations of Machine Learning algorithms from scratch.
Algorithms Implemented:
Regression:
- Simple Linear Regression (
scratchml.regression.SimpleLinearRegression
) - Multiple Linear Regression (
scratchml.regression.MultipleLinearRegression
)
Classification:
- Logistic Regression (
scratchml.classification.LogisticRegression
) - Support Vector Machine (
scratchml.classification.SVM
)
Installing:
The project is available as a package on PyPI - ScratchML
To install it using pip:
pip install scratchml
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
scratchml-0.3.4.tar.gz
(6.8 kB
view details)
Built Distribution
scratchml-0.3.4-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file scratchml-0.3.4.tar.gz
.
File metadata
- Download URL: scratchml-0.3.4.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 941d0af51cd77827d9a2de2021c856ebaffe877a2e427c828c1d0136a79fad88 |
|
MD5 | 097ddf1c3720c9d522c2622dd4982836 |
|
BLAKE2b-256 | b257f37a406482a8d29b29f5efb17fa804575672888e7212735cfda6c05354c9 |
File details
Details for the file scratchml-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: scratchml-0.3.4-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08b1ad691aec467140b251ded773f5bd0438c8b13b7dc683939c8962f9ef569f |
|
MD5 | 169effa4b66c977303001eeab064faee |
|
BLAKE2b-256 | 87ff0991c2166ab61844cc2a8fcd2091c5930060abf019451c21d783d6a983cb |