Class LogRegFromSparkThroughPMMLExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.inference.spark.LogRegFromSparkThroughPMMLExample
-
public class LogRegFromSparkThroughPMMLExample extends java.lang.ObjectRun logistic regression model loaded from PMML file. The PMML file was generated by Spark MLLib toPMML operator.Code in this example launches Ignite grid and fills the cache with test data points (based on the Iris dataset).
You can change the test data used in this example and re-run it to explore this algorithm further.
-
-
Constructor Summary
Constructors Constructor Description LogRegFromSparkThroughPMMLExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Run example.
-