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
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
Last updated