LogoLogo
HomeBlogGitHub
latest
latest
  • New DOCS
  • What is Evidently?
  • Get Started
    • Evidently Cloud
      • Quickstart - LLM tracing
      • Quickstart - LLM evaluations
      • Quickstart - Data and ML checks
      • Quickstart - No-code evaluations
    • Evidently OSS
      • OSS Quickstart - LLM evals
      • OSS Quickstart - Data and ML monitoring
  • Presets
    • All Presets
    • Data Drift
    • Data Quality
    • Target Drift
    • Regression Performance
    • Classification Performance
    • NoTargetPerformance
    • Text Evals
    • Recommender System
  • Tutorials and Examples
    • All Tutorials
    • Tutorial - Tracing
    • Tutorial - Reports and Tests
    • Tutorial - Data & ML Monitoring
    • Tutorial - LLM Evaluation
    • Self-host ML Monitoring
    • LLM as a judge
    • LLM Regression Testing
  • Setup
    • Installation
    • Evidently Cloud
    • Self-hosting
  • User Guide
    • 📂Projects
      • Projects overview
      • Manage Projects
    • 📶Tracing
      • Tracing overview
      • Set up tracing
    • 🔢Input data
      • Input data overview
      • Column mapping
      • Data for Classification
      • Data for Recommendations
      • Load data to pandas
    • 🚦Tests and Reports
      • Reports and Tests Overview
      • Get a Report
      • Run a Test Suite
      • Evaluate Text Data
      • Output formats
      • Generate multiple Tests or Metrics
      • Run Evidently on Spark
    • 📊Evaluations
      • Evaluations overview
      • Generate snapshots
      • Run no code evals
    • 🔎Monitoring
      • Monitoring overview
      • Batch monitoring
      • Collector service
      • Scheduled evaluations
      • Send alerts
    • 📈Dashboard
      • Dashboard overview
      • Pre-built Tabs
      • Panel types
      • Adding Panels
    • 📚Datasets
      • Datasets overview
      • Work with Datasets
    • 🛠️Customization
      • Data drift parameters
      • Embeddings drift parameters
      • Feature importance in data drift
      • Text evals with LLM-as-judge
      • Text evals with HuggingFace
      • Add a custom text descriptor
      • Add a custom drift method
      • Add a custom Metric or Test
      • Customize JSON output
      • Show raw data in Reports
      • Add text comments to Reports
      • Change color schema
    • How-to guides
  • Reference
    • All tests
    • All metrics
      • Ranking metrics
    • Data drift algorithm
    • API Reference
      • evidently.calculations
        • evidently.calculations.stattests
      • evidently.metrics
        • evidently.metrics.classification_performance
        • evidently.metrics.data_drift
        • evidently.metrics.data_integrity
        • evidently.metrics.data_quality
        • evidently.metrics.regression_performance
      • evidently.metric_preset
      • evidently.options
      • evidently.pipeline
      • evidently.renderers
      • evidently.report
      • evidently.suite
      • evidently.test_preset
      • evidently.test_suite
      • evidently.tests
      • evidently.utils
  • Integrations
    • Integrations
      • Evidently integrations
      • Notebook environments
      • Evidently and Airflow
      • Evidently and MLflow
      • Evidently and DVCLive
      • Evidently and Metaflow
  • SUPPORT
    • Migration
    • Contact
    • F.A.Q.
    • Telemetry
    • Changelog
  • GitHub Page
  • Website
Powered by GitBook
On this page
  • Pre-built Tabs
  • Available Tabs
  • What’s next?
  1. User Guide
  2. Dashboard

Pre-built Tabs

Get a pre-built monitoring Dashboard using templates.

PreviousDashboard overviewNextPanel types

Last updated 2 months ago

You are looking at the old Evidently documentation: this API is available with versions 0.6.7 or lower. Check the newer version .

Pre-built Tabs

Dashboard templates is a Pro feature available in the Evidently Cloud and Enterprise.

Template Tabs include a preset combination of monitoring Panels, so you don't have to add them one by one.

To use a template:

  • Enter the "Edit" mode by clicking on the top right corner of the Dashboard.

  • Click on the "Add tab" button.

  • Choose a template Tab in the dropdown.

Optionally, give a custom name to the Tab.

Available Tabs

You have the following options:

Tab Template
Description
Data source

Descriptors

Shows the results of text evaluations over time.

TextEvalPreset(), or individual ColumnSummaryMetric() Metrics or Tests that use Descriptors.

Columns

Plots column distributions over time for categorical and numerical columns.

DataQualityPreset() or ColumnSummaryMetric() for individual columns.

Data Quality

Shows dataset quality metrics (e.g., missing values, duplicates, etc.) over time and results of Data Quality Tests.

For the Metric Panels: DataQualityPreset() or DatasetSummaryMetric(). For the Test Panel: any individual Tests from Data Quality or Data Integrity groups.

Data Drift

Shows the share of drifting features over time and the results of Column Drift Tests.

For the Metric Panel: DataDriftPreset() or DataDriftTestPreset(). For the Test Panel: DataDriftTestPreset() or individual TestColumnDrift() Tests.

What’s next?

Understand available .

See how to .

📈
monitoring Panels types
customize your Dashboard
here