All Collections
Platform Tutorials
Define Metrics (business objectives)
Define Metrics (business objectives)

Learn what are the model metrics and how to configure them.

Forwrd Support avatar
Written by Forwrd Support
Updated over a week ago

Introduction

Metrics stands for the business objective and business logic that will guide your prediction model.

In the Forwrd platform this is done by defining three key metrics:

  • Success Criteria - the success criteria is the definition of how the desired outcome looks like in our business application.

    For example, in a 'Lead Score' use case, where we try to predict whether or not a lead will be qualified by sales, the relevant business application is our CRM and when a lead is being qualified its status is changed accordingly. So in this case the success criteria might look like this: Lead Status Equals "Qualified" (i.e. all the leads in our CRM with a status of Qualified are examples of the desired outcome).

  • Failure Criteria - the Failure criteria is the definition of how the un-desired outcome looks like in our business application.

    Going back to our 'Lead Scoring' example, the failure criteria might look like this: Lead Status Equals "Unqualified" (i.e. all the leads in our CRM with a status of Unqualified are examples of the un-desired outcome).

  • Audience - the audience is the definition of the population that we would like our model to predict.

    In a 'Lead Scoring' example, the audience could be all the new created leads. The criteria will look like this: Lead Status Equals "New" (i.e. the model will predict the outcome of all the leads in our CRM with a status of New)

Setting Your Metrics

  1. Go to 'Metrics' and click on 'New'

  2. Name your model metrics and choose the base that is relevant for this metrics (learn more about bases here.....)

  3. Define each metric by clicking the 'Set' button

  4. For each metric define an expression that represents it.

  5. Use the search box to find the relevant attribute (field) for your expression and select it

  6. Once selected built your expression. You can add additional fields for your expression by clicking on 'Add Fields'.

  7. Repeat these actions for each criteria and click 'Done' when finished

  8. Your Metric is now defined and ready to be used by a new model.

Did this answer your question?