Extension model nugget - Model Options tab

The Model Options tab is always present in the Extension model nugget.

Read Data Options. These options only apply to R, not Python for Spark. With these options, you can specify how missing values, flag fields, and variables with date or datetime formats are handled.

The options that are selected for the Convert flag fields, Convert missing values to the R 'not available' value (NA), and Convert date/time fields to R classes with special control for time zones controls are not recognized when the Extension model nugget is run against a database. When the node is run against a database, the default values for these controls are used instead:
  • Convert flag fields is set to Strings to factor, Integers and Reals to double.
  • Convert missing values to the R 'not available' value (NA) is selected.
  • Convert date/time fields to R classes with special control for time zones is not selected.