Extension model nugget - Console Output tab

The Console Output tab is always present in the Extension model nugget. It contains any output that is received when the R script or Python for Spark script on the Syntax tab runs (for example, if using an R script, it shows output received from the R console when the R script in the R model scoring syntax field on the Syntax tab of the Extension model nugget is executed). This output includes any R or Python error messages or warnings that are produced when the R or Python script is executed, and any text output from the R console. The output can be used, primarily, to debug the script.

Every time the model scoring script is executed, the content of the Console Output tab is overwritten with the output received from the R console or Python for Spark. The console output cannot be edited.