rsk-mind / rsk-mind-framework

General propose framework for agile building of a data mining services. With this framework a developer with low effort can deploy a machine learning services.
http://rsk-mind-framework.readthedocs.io/en/master/
MIT License
1 stars 0 forks source link

RSK Mind Framework

codecov Build Status [Packagist]()

General propose framework for agile building of a data mining services. With this framework a developer with low effort can deploy a machine learning services.

Framework has three independent modules,

  1. Transformation Processing and augmenting our dataset.
  2. Analytics Get information about the dataset.
  3. Training Training of a new model for prediction or classification.
  4. Prediction - Classification Get the result for the instance via a REST API.

Transformation

Analytics

Training

Predicting