Configure class recall for a classification solution

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 2 minutes de lecture
  • Create and apply a class recall parameter to an ML solution prior to training its data. For example, you set and apply this solution parameter to 90% recall for all records in the Email class.

    Avant de commencer

    Remarque :
    Using advanced settings in your ML solutions is optional. If you choose to implement any of these settings, make sure you're well informed regarding the technology you're enabling in the solution, and that you have a use case that benefits from what the technology offers.
    • Create and save a classification solution definition or use an existing one.
    • Role required: admin or ml_admin

    Pourquoi et quand exécuter cette tâche

    The class recall solution parameter enables you to steer a solution's training to bias a specific class. For example, classifying an incoming email as a Phish or not can be an important use case in a security-related machine learning solution. In this situation, it's very important to identify every Phish, and it may be acceptable to report a non-Phish as a Phish occasionally. However, no actual Phish should be classified as a non-Phish. In such situations, the recall metric must have a high value to minimize false negatives. High recall values might lead to lower percentages for precision and coverage.

    You can apply a recall value to one class per solution definition.

    Procédure

    1. Navigate to All > Predictive Intelligence > Classification > Solution Definitions.
    2. Open a saved classification solution definition form.
      In this example scenario, you use an Incident Categorization solution definition form that you haven't trained yet.
      This image shows an example classification solution definition on which you apply the class recall parameter.
    3. On the Advanced Solution Settings tab in the Related Links section of the form, select New.
      This image shows how to select the Solution Parameters option for creating the parameter.
    4. Create a parameter record.
      1. In the Solution Parameters field, select the search icon.
      2. In the ML Solution Parameters screen, select Add class recall value while training.
        How to create the parameter record by selecting a Search value, and then selecting the Class-Recall key Short Description.
      The Advanced Solution Setting [ml_advanced_solution_settings] record appears.
      This image shows the Advanced Solution Setting record for Class Recall.
    5. Add your values to the User inputs field, in the format ClassName:RecallValue.
      1. Enter the name of the class for which you want to specify a recall value.
        In this scenario, you enter Phish for the ClassName.
      2. Enter a colon character (:), then the Recall value.
        Enter 95 for the RecallValue in the example scenario.
      In other words you're specifying Phish as the target class, and 95 is the Recall percentage you're requesting the system to deliver during solution training (Phish:95).
      How to configure the User inputs field, where Phish is the target class, and 95% is the Recall percentage you're asking the system to deliver during solution training.
    6. Select Submit.

      Result: Class recall is configured for your classification solution. Its solution parameter appears on the Advanced Solution Settings tab of your classification solution definition form.

      When you submit the record you created, the solution parameter for class recall appears on your solution definition form.

    Que faire ensuite

    Train your saved classification solution so that your updates are incorporated.