AMLES Scoring

  1. This is a pre-seeded batch and will be available in all workspaces (production and sandboxes)
  2. This Batch is to be executed in the Production workspace.
Execution Frequency

Scenario frequency gives the flexibility to schedule event-scoring solution at appropriate frequency so that daily, weekly and monthly events can easily be handled by event-scoring notebook.

As a solution, raw data which is input for event-scoring is pulled on daily basis. It consists of daily, weekly and monthly alerts.

Since alerts are pulled from ECM on daily basis, it is possible weekly and monthly alerts are not pulled daily. In this case, weekly and monthly event-scoring notebook exits gracefully and makes one entry in amles_event_score table with status as No Data and with the status as successful.

Output of AMLES event-scoring is stored in following static tables in BD schema.
  • amles_event_score
  • amles_event_score_details
Batch and Task Parameters
The batch contains the following tasks:
Scoring_Event_Data_Load, Task Parameters
  • Objective folder for this task:
    Home / Modeling / Pipelines / AMLES Batch Framework / Load Events / AMLES
    Data Load
  • Model: Retain the default settings.

    Note:

  • Optional Parameters:
    • bd_ecm_schema_option : ECM schema topology option (case-insensitive)
      • SameDBSameSchema: AMLES Workspace Schema(Production/Sandbox) and ECM objects are in the same Oracle database and the same schema (Pack-on-Pack)
      • SameDBDiffSchema: AMLES Workspace Schema(Production/Sandbox) and ECM objects are in the same Oracle database but in different schemas
      • RemoteSchema: ECM data/objects are in a remote database ( AMLES Workspace Schema(Production/Sandbox)) accessed through a DB link for ECM
    • ecm_datasource: ECM DataSource Name
      • For SameDBSameSchema: ecm_datasource is not required ('None').
      • For SameDBDiffSchema: Provide ecm_datasource as the ECM source schema name.
      • For RemoteSchema: Provide ecm_datasource as the DB link or remote qualifier for ECM Schema.
    • enable_debug_mode:To enable or not to enable the debug mode. Options are True or False.

      Example:

      bd_ecm_schema_option=SameDBSameSchema,ecm_datasource=None

ML_Scoring, Task Parameters
  • Objective folder for this task:
    Home / Modeling / Pipelines / AMLES
  • Navigate to respective model group/scenario folders for actual model templates.
  • Model: Retain the default settings.

    Note:

  • Optional Parameters:
    • debug_flag: flag to set for debugging purpose. Few records will be selected.

      Options: True or False

    • Optional Parameters can be edited from the Schedule Batch option.
    • Choose Link Types as Scoring.

      Figure 5-81 Define Task


      Define Task

Note:

In the current release, the new AMLES batch parameters (bd_ecm_schema_option and ecm_datasource) need to be manually changed in the ECM RRF Batch.