| LandingLens | LandingLens on Snowflake |
|---|---|
Analyze Model Performance
Watch the following video to learn how to use the Performance Report and related tools to analyze and improve model performance.Adjust Threshold
You can see how the model performs on the evaluation set with different Confidence Thresholds (for Object Detection and Segmentation) or Anomaly Thresholds (for Anomaly Detection). To do this:- Open the Performance Report.
- Click Adjust.
- Change the threshold by using the slider or by entering a value in the text box.
- If you want to see a full performance report for the selected threshold, click Generate a New Report.
- LandingLens creates a new performance report for the selected threshold. (This is a temporary report. If you close and then later reopen the report, the data will be for the original threshold.)
Overall Score for the Evaluation Set
The Performance Report includes a score for the evaluation set (and not for the entire dataset). The type of score depends on the project type:- Object Detection, Classification, Anomaly Detection: F1 Score
- Segmentation: Intersection Over Union (IoU)
Object Detection, Classification, Anomaly Detection: F1 Score
The Performance Report includes the F1 score for Object Detection, Classification, and Anomaly Detection projects. For Object Detection, the F1 score combines precision and recall into a single score, creating a unified measure that assesses the model’s effectiveness in minimizing false positives and false negatives. A higher F1 score indicates the model is balancing the two factors well. LandingLens uses micro-averaging to calculate the F1 score. For Classification and Anomaly Detection, the F1, Precision, and Recall scores are identical. This is because these models have only two prediction outcomes: “Correct” and “Misclassified”. Therefore, the F1, Precision, and Recall scores for these models are all calculated using this algorithm:Segmentation: Intersection Over Union (IoU)
The Performance Report includes the Intersection over Union (IoU) score for Segmentation projects. Intersection over Union (IoU) is used to measure the accuracy of the model by measuring the overlap between the predicted and actual masks in an image. A higher IoU indicates better agreement between the ground truth and predicted mask. LandingLens does not include the implicit background and micro-averaging in the calculation of the IoU.Precision Score for Evaluation Set
The Performance Report includes the Precision score for the evaluation set (and not for the entire dataset). Precision is the model’s ability to be accurate when it says something is true. Precision answers the natural language question, “When the model makes a prediction, how often is it correct?” This metric shows how accurate the model predictions are. The higher the Precision score, the more accurate the predictions are. For Object Detection and Segmentation, Precision is calculated using this algorithm: For Classification and Anomaly Detection, the F1, Precision, and Recall scores are identical. This is because these models have only two prediction outcomes: “Correct” and “Misclassified”. Therefore, the F1, Precision, and Recall scores for these models are all calculated using this algorithm:Recall Score for Evaluation Set
The Performance Report includes the Recall score for the evaluation set (and not for the entire dataset). Recall is the model’s ability to find all objects of interest. Recall answers the natural language question, “Of all the labels (ground truths) in the dataset, what percent of them are found by the model?” It conveys how accurately the model can correctly identify all the actual positive instances in the dataset. The higher the Recall score, the lower the chance the model will have a false negative. For Object Detection and Segmentation, Recall is calculated using this algorithm: For Classification and Anomaly Detection, the F1, Precision, and Recall scores are identical. This is because these models have only two prediction outcomes: “Correct” and “Misclassified”. Therefore, the F1, Precision, and Recall scores for these models are all calculated using this algorithm:Download CSV of Evaluation Set
For Object Detection and Classification projects, click Download CSV to download a CSV of information about the images in the evaluation set. The CSV includes several data points for each image, including the labels (“ground truth”) and model’s predictions.CSV Data for Evaluation Set
The CSV includes the information described in the following table.This CSV covers the selected evaluation set. If you want per-image predictions for every split in the model’s dataset, or you want to download the data with the API, go to Download CSV of Model Predictions.

