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.3.tar.gz
(6.1 kB
view details)
Built Distribution
scratchml-0.3.3-py3-none-any.whl
(10.1 kB
view details)
File details
Details for the file scratchml-0.3.3.tar.gz
.
File metadata
- Download URL: scratchml-0.3.3.tar.gz
- Upload date:
- Size: 6.1 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 | 18906fe325071e9abaff4480c2d292e683ceaa8bd12a4f552acc3b0ccb752851 |
|
MD5 | 766dd5fc4fa76f8f27c16430867dc604 |
|
BLAKE2b-256 | ed35be9bd792a5cb54f261e415c99a0e8189ac2a8c0958d736148edfd9c91f70 |
File details
Details for the file scratchml-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: scratchml-0.3.3-py3-none-any.whl
- Upload date:
- Size: 10.1 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 | 01724212f2a92b2efb9ae33a126f87d4112b74c01722ce8880fc3136e3ecac5a |
|
MD5 | e7364b33e4e256aa9d7775757575e514 |
|
BLAKE2b-256 | 4265b6ba250eb8960beacb4ff0d6a2b2aa3c3275be48b7c01c000fbc625fe823 |