Jump to: navigation, search

Difference between revisions of "Meteos/Architecture"

(Archtecture (TBD))
(Resource (TBD))
Line 15: Line 15:
 
* Data Set - a data parsed by user to create a Prediction Model
 
* Data Set - a data parsed by user to create a Prediction Model
  
* Prediction Model - a model produced by data mining and machine learning algorithms  
+
* Prediction Model - a model produced by data mining and machine learning algorithms. [[https://wiki.openstack.org/wiki/Meteos/Models Supported Prediction Models]]
  
 
* Learning Job - a job which consists of input data, output data(predicted data), job status, job stdout/stderr.
 
* Learning Job - a job which consists of input data, output data(predicted data), job status, job stdout/stderr.

Revision as of 01:12, 30 November 2016

Archtecture (TBD)

Meteos consist of meteos-api service and meteos-engine service.

  • meteos-api - web service which has REST interface.
  • meteos-engine - service which manage Meteos resources.

Resource (TBD)

  • Experiment Template - Template which define experiment (e.g. number of master/worker nodes, spark version, base VM image, flavor, network, ...)
  • Experiment - a workspace of Machine Learning
  • Data Set - a data parsed by user to create a Prediction Model
  • Learning Job - a job which consists of input data, output data(predicted data), job status, job stdout/stderr.


Meteos-architecture.png