Spark ML Model Save

This node saves the ML model generated at the specified path.

Input

It takes in a Model and DataFrame as input.

Output

The incoming dataframe is passed to the output.

Type

ml-modelsave

Class

fire.nodes.ml.NodeModelSave

Fields

Name

Title

Description

path

Path

fixedPath

Static path

Set this to true if you want model to be saved in a static path. It will overwrite the model in the directory specified.

overwrite

Overwrite Output

Examples

path-folder1/folder2/filename

static path-true/false -keep it true then it overwrites if there is existing model at the path

the file will be saved under the file name at the path provided

if folder is not present it will be created and save the file