Skip to content

pybender/cloudml

Repository files navigation

CloudML

A set of tools that allow building a classifier on the cloud.

It consists of three components:

  1. Import handler: a utility module which is responsible for feeding the trainer and the predictor with data.
  2. Trainer: which receives data from the import handler and trains a classifier to produce a classification model.
  3. Predictor: which uses a model produced by the trainer in order to predict the class of incoming requests.

The Latest Version

Details of the latest version can be found on the CloudML project GitHub page: https://github.com/odeskdataproducts/cloudml.

Documentation

The documentation available here .

Installation

Please see the documentation page called install. The platform specific notes also could be found in this page.

Licensing

Please see the file called LICENSE.

About

Declarative machine learning classifier project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages