DaalNaiveBayesModel publish


publish(self)

[BETA] Creates a scoring engine tar file.

Parameters:
Returns:

: dict

The HDFS path to the tar file.

Creates a tar file with the trained multinomial Naive Bayes Model The tar file is used as input to the scoring engine to predict the class of an observation.

Examples

See here for examples.