Skip to main content

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:

  1. Simple Linear Regression (scratchml.regression.SimpleLinearRegression)
  2. Multiple Linear Regression (scratchml.regression.MultipleLinearRegression)

Classification:

  1. Logistic Regression (scratchml.classification.LogisticRegression)
  2. 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 hashes)

Uploaded Source

Built Distribution

scratchml-0.3.3-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

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