Skip to main content
Version: 2.2

Reference. Model Factors configuration

You can configure Model factors for Model Re-train and Main BP execution in the nss_decision_model_config Data Store. The model_config_name column is used in Data Store Profiles for running the Main NSS BP Profile Configuration of the Business Process.

Model factors should be the same for both these processes.

FieldDescriptionTypeMandatoryExample
ignore_address_typeThe parameter enables the address type to be used in address comparison.
  • If ignore_address_type = true, the address type is skipped and address cross-compare is applied.
  • If ignore_address_type = false, the address type is not skipped and the address is compared by the address type.
When the address type does not exist on any side, input, or hit, this address is compared with all addresses from the other side.
BoolYestrue (false)
neigbouring_factor_onThe parameter enables an address to be checked as neighbouring countries.
  • If neigbouring_factor_on = true, the following countries are matched as neighbours: CA and USA, BLR and RUS.
  • If neigbouring_factor_on = false, the following countries are not compared as neighbours: CA and USA, BLR and RUS, and country matching is a mismatch.
BoolYestrue (false)
ignore_dates_typeThe parameter enables the date type to be used in date comparison.
  • If ignore_dates_type = true, the date type is skipped and date cross-compare is applied.
  • If ignore_dates_type = false, the date type is not skipped and the date is compared by the date type.
When the date type doesn't exist on any side, input, or hit, this date is compared with all dates from the other side.
BoolYestrue (false)