Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.78 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.78 KB

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.