Spark Naive Bayes Learner

This node applies the Apache Spark Naive Bayes algorithm. It outputs the original data and the Naive Bayes predictions for the result preview as well as the learned model for later application.

Please note that all data must be numeric, including the label column. Use the Spark Category To Number nodes to convert nominal values to numeric columns. The mapping dictionary of the converter node is the input of second in port of this node.

Use the Spark Predictor node to apply the learned model to unseen data.

Options

Lambda
Additive smoothing parameter between 0 and 1.
Feature Columns
The feature columns to learn the model from. Supports only numeric columns.
Class column
The classification column. Must be numeric.

Input Ports

Icon
Input Spark DataFrame/RDD

Output Ports

Icon
Spark MLlib Naive Bayes Model

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.