Jump to: navigation, search

Meteos/Usecases

< Meteos
Revision as of 03:29, 29 November 2016 by HiroyukiEguchi (talk | contribs) (Created page with "== Use Cases == Machine Learning consists of the following phases. * Learning Phase - Analyze huge amounts of data and create a Prediction Model * Prediction Phase - Predict...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Use Cases

Machine Learning consists of the following phases.

  • Learning Phase - Analyze huge amounts of data and create a Prediction Model
  • Prediction Phase - Predict a value according to the input value by using Prediction Model

Use Case in Learning Phase

  • Upload Raw Data - Upload a raw data to Object Storage
  • Parse Raw Data - Parse a raw data to enable MLllib (Apache Spark's scalable machine learning library) to handle it. Users are allowed to parse the parsed data again.
  • Create Prediction Model - Create a Prediction Model by using MLlib

Use Case in Prediction Phase

  • Predict - Input any value and retrieve predicted value