NannyML Cloud
HomeBlogNannyML OSS Docs
v0.24.0
v0.24.0
  • ☂️Introduction
  • Model Monitoring
    • Quickstart
    • Data Preparation
      • How to get data ready for NannyML
    • Tutorials
      • Monitoring a tabular data model
      • Monitoring with segmentation
      • Monitoring a text classification model
      • Monitoring a computer vision model
    • How it works
      • Probabilistic Adaptive Performance Estimation (PAPE)
      • Reverse Concept Drift (RCD)
    • Custom Metrics
      • Creating Custom Metrics
        • Writing Functions for Binary Classification
        • Writing Functions for Multiclass Classification
        • Writing Functions for Regression
        • Handling Missing Values
        • Advanced Tutorial: Creating a MTBF Custom Metric
      • Adding a Custom Metric through NannyML SDK
    • Reporting
      • Creating a new report
      • Report structure
      • Exporting a report
      • Managing reports
      • Report template
      • Add to report feature
  • Product tour
    • Navigation
    • Adding a model
    • Model overview
    • Deleting a model
    • Model side panel
      • Summary
      • Performance
      • Concept drift
      • Covariate shift
      • Data quality
      • Logs
      • Model settings
        • General
        • Data
        • Performance settings
        • Concept Drift settings
        • Covariate Shift settings
        • Descriptive Statistics settings
        • Data Quality settings
    • Account settings
  • Deployment
    • Azure
      • Azure Managed Application
        • Finding the URL to access managed NannyML Cloud
        • Enabling access to storage
      • Azure Software-as-a-Service (SaaS)
    • AWS
      • AMI with CFT
        • Architecture
      • EKS
        • Quick start cluster setup
      • S3 Access
    • Application setup
      • Authentication
      • Notifications
      • Webhooks
      • Permissions
  • NannyML Cloud SDK
    • Getting Started
    • API Reference
  • Probabilistic Model Evaluation
    • Introduction
    • Tutorials
      • Evaluating a binary classification model
      • Data Preparation
    • How it works
      • HDI+ROPE (with minimum precision)
      • Getting Probability Distribution of a Performance Metric with targets
      • Getting Probability Distribution of Performance Metric without targets
      • Getting Probability Distribution of Performance Metric when some observations have labels
      • Defaults for ROPE and estimation precision
  • Experiments Module
    • Introduction
    • Tutorials
      • Running an A/B test
      • Data Preparation
    • How it works
      • Getting probability distribution of the difference of binary downstream metrics
  • miscellaneous
    • Engineering
    • Usage logging in NannyNL
    • Versions
      • Version 0.24.0
      • Version 0.23.0
      • Version 0.22.0
      • Version 0.21.0
Powered by GitBook
On this page
  • View and Edit
  • Copy
  • Delete report
  1. Model Monitoring
  2. Reporting

Managing reports

PreviousExporting a reportNextReport template

Last updated 6 months ago

When reports are created, the user can manage them from the reports page. The reports will appear sorted by creation date, the user can filter reports by name to find the desired one. For each report, the user have these options; View, Edit, Copy, and Delete.

View and Edit

These options leads the user to the selected Report's page. There, the user can edit or export the Report. View button is on the Report's name, user can click on the report name and be redirected to the report. The same behavior happens when Edit button is clicked.

Copy

Copy feature is useful for re-using plots and explanations from one existing report. When the Copy button is clicked, the user is presented to a modal similar to the Create new report button, except the template selection.

If the user leaves the Report name empty the current report will be re-used, but will have ' - Copy' appended to it to mark which report is the copied one.

User can select a different time range for the copied report. By doing it, the plots of the copied report will follow the new time range but the text information will stay the same. The new time range may present alerts that may require the report's text and information to be updated.

Delete report

When the user clicks on the Delete button, a Pop Up appears to confirm the report deletion.

Clicking on Confirm, deletes the report. Clicking on Cancel, cancels the operation the report is still kept.

Original report
Copied report, one alert is identified, the text information is just copied to the new report.