install preprocessor

The install preprocessor command installs either a datasink Java preprocessor file, a preprocessor options file, or a prediction Python custom preprocessor file. The preprocessor file must reside in the ipynb notebook folder, or you must specify the full relative path of the file in the command.

Syntax

install preprocessor <file name>

Parameters

Parameter
Description

<file name>

Preprocessor file name with the following extension:: - .jar – datasink Java preprocessor class - .csv – datasink preprocessor options file - .json – datasink preprocessor options file - .py – prediction Python preprocessor class

Example

[ ]: install preprocessor custom_preprocessor_file.py
     Preprocessor file(s) custom_preprocessor_file.py installed successfully

[ ]:

Last updated