Skip to content

KenNewcomb/MLearn

Repository files navigation

MLearn

A collection of machine learning algorithms, written in Python.

Supported Algorithms

Supervised Learning

Unsupervised Learning

Optimizers

Data Preprocessing Tools

Usage

Import the desired learning algorithm from algorithms. Then, use the .fit(X, y) method to train the algorithm, and .predict(X) to make predictions.

Releases

No releases published

Packages

No packages published

Languages