Jump to: navigation, search

Difference between revisions of "Meteos/DatasetsandModels"

(Meteos Prediction Models)
(Meteos Prediction Models)
Line 1: Line 1:
 
== Meteos Prediction Models ==
 
== Meteos Prediction Models ==
 +
 +
Currently Meteos supports these following prediction models of Apache Spark.
  
 
Apache Spark has two machine learning libraries (MLlib and Ml).
 
Apache Spark has two machine learning libraries (MLlib and Ml).
  
 
MLlib and ML has multiple prediction models by data mining and machine learning algorithms.
 
MLlib and ML has multiple prediction models by data mining and machine learning algorithms.
 
Currently Meteos supports these following prediction models.
 
  
 
=== MLlib ===
 
=== MLlib ===
Line 19: Line 19:
 
[http://spark.apache.org/docs/1.6.0/mllib-collaborative-filtering.html#collaborative-filtering Recommendation Model]
 
[http://spark.apache.org/docs/1.6.0/mllib-collaborative-filtering.html#collaborative-filtering Recommendation Model]
  
==== ML ====
+
=== ML ===
  
 
Not Supported.
 
Not Supported.

Revision as of 07:29, 30 November 2016

Meteos Prediction Models

Currently Meteos supports these following prediction models of Apache Spark.

Apache Spark has two machine learning libraries (MLlib and Ml).

MLlib and ML has multiple prediction models by data mining and machine learning algorithms.

MLlib

LinearRegression Model

LogisticRegression Model

DecisionTree Model

Kmeans Model

Recommendation Model

ML

Not Supported.