Data Mining Deployment Guide > Deploying Real-Time Scoring with Siebel Data Mining >

Process of Testing Siebel Analytics Configuration for Real-Time Deployment


To test the Analytics metadata setup using Siebel Answers

  1. Open your newly created catalog in Siebel Answers.
  2. Select the two columns Score and Probability. For all the input variable columns, create filters that instantiate the model for scoring. For example, the resulting logical SQL might look like this:

    SELECT Model.Score FROM ChurnModel WHERE Model.Gender ='Male' AND
    Model."Age Bucket" ='35 to 44' AND
    Model."# Transactions per Month" = 5 AND
    Model."Average Order Value" = 50.00 AND
    Model."Average Months as Customer" = 12.00 AND
    Model."Days Since Last Order" = 5.00

  3. Verify the validity of your configuration by comparing the resulting scores with previously generated scores in Siebel Miner or Siebel Data Mining Workbench.

Because response time plays a crucial factor, test the expected concurrency and load configurations of your real-time scoring application.

Data Mining Deployment Guide