CaraML Docs
CaraML Homepage
  • Introduction
    • What is CaraML?
    • Architecture
      • Feature Store Architecture
      • Models Architecture
      • Routers Architecture
      • Experiments Architecture
      • Pipelines Architecture
    • Core Concepts
      • Models Concepts
      • Router Concepts
      • Experiment Concepts
  • User guides
    • Projects
      • Create a project
      • Managing secrets
    • Feature Store
    • Models
      • Create a Model
        • Custom Model
      • Deploy a Model
        • Deploying a Model Version
        • Severing a Model Version
        • Configuring Transformer
          • Standard Transformer
            • Standard Transformer Expressions
            • Standard Transformer UPI
          • Custom Transformer
        • Redeploying a Model Version
      • Deleting a Model
      • Configuring Alerts
      • Batch Prediction
      • Model Schema
      • Model Observability
    • Routers
      • Creating a Router
        • Configure general settings
        • Configure routes
        • Configure traffic rules
        • Configure autoscaling
        • Configure experiment engine
        • Configure enricher
        • Configure ensembler
        • Configure logging
      • Viewing Routers
        • Configuration
        • History
        • Logs
        • More actions
      • Edit Routers
      • Monitoring router
        • Monitor Router Performance
        • Configure Alerts
      • Undeploying Router
      • Redeploying Router
        • Redeploy undeployed router
        • Redeploy version from history
        • Redeploy version from version details page
      • Deleting Router
        • Deleting router versions
        • Deleting router versions from details page
        • Deleting routers
      • Deleting Emsemblers
        • Delete an Ensembler without related entity
        • Delete an Ensembler with active entities
        • Delete an Ensembler with inactive entities
    • Experiments
      • View Experiment Settings
      • Modify Experiment Settings
      • Creating Experiments
      • Viewing Experiments
      • Modifying Experiments
      • Running Experiments
      • Monitoring Experiments
      • Creating Treatments
      • Viewing Treatments
      • Modifying Treatments
      • Creating Segments
      • Viewing Segments
      • Modifying Segments
      • Creating Custom Segmenters
      • Viewing Custom Segmenters
      • Modifying Custom Segmenters
    • Pipelines
  • Tutorial and Examples
    • Model Sample Notebooks
      • Deploy Standard Models
      • Deploy PyFunc Model
      • Using Transformers
      • Run Batch Prediction Job
      • Others examples on Models
    • Router Examples
    • Feature Store Examples
    • Pipeline Examples
    • Performing load test in CaraML
    • Best practice for CaraML
  • CaraML SDK
    • Feature Store SDK
    • Models SDK
    • Routers SDK
    • Pipeline SDK
  • Troubleshooting and FAQs
    • CaraML System FAQ
    • Models FAQ
      • System Limitations
      • Troubleshooting Deployment Errors
      • E2E Test
    • Routers FAQ
    • Experiments FAQ
    • Feature Store FAQ
    • Pipelines FAQ
    • CaraML Error Messages
  • Deployment Guide
    • Deploying CaraML
      • Local Development
    • Monitoring and alerting
      • Configure a monitoring backend
      • Configure an alerting backend
    • Prerequisites and Dependencies
    • System Benchmark results
    • Experiment Treatment Service
  • Release Notes
    • CaraML Release Notes
Powered by GitBook
On this page
  • Navigate to Experiment Details
  • Configuration
  • Searching
  • Basic Search
  • Advanced Search
  • History
  1. User guides
  2. Experiments

Viewing Experiments

PreviousCreating ExperimentsNextModifying Experiments

Last updated 2 years ago

Once the experiment has been created, you will be able to view the experiment's configuration on the landing page.

Navigate to Experiment Details

  1. Click on the row that contains the experiment.

Status
Description
Badge

Running

Experiment is active and currently running

Scheduled

Experiment is active and start time is in the future

Completed

Experiment is active and end time is the past

Deactivated

Experiment is inactive

Configuration

The Configuration tab displays the selected experiment's details. These values are configured from creating or editing an experiment.

  1. General Info: General settings of the experiment.

  2. Activity: Activity details of experiment.

  3. Segment: Segmenters of experiment.

  4. Treatments: Treatments Configurations for 1 or more registered Treatment(s).

Searching

The UI supports two types of search - Basic and Advanced. Advanced search options enable filtering the experiments by different attributes.

Basic Search

Advanced Search

History

When an experiment is modified (edited / activated / deactivated) its existing configurations are saved as a historical version. All versions can be viewed from the History tab of the Experiment Detail view.

The versions are ordered in the descending order of creation (the most recent version appearing on top). The Created and Updated dates of the version symbolize the duration that the configuration was applied in the experiment. Selecting a row opens the details of the version.

You will now be able to see the Experiment Details View. At the top row, you will be able to see your experiment name and a badge that indicates the status of experiment

In the search panel, enter the experiment name or description to filter by.

Click "Search Options", this will open up the Filters Panel.

In the Filters Panel, select the respective filters to apply. A "Filtered" badge will be shown beside experiment name to indicate that the experiments are filtered.

View Experiment
View Experiment History
View Experiment History
View Experiment Details
View Experiment Search Simple
View Experiment Search Filter
View Experiment Search Filter
View Experiment Status Running
View Experiment Status Scheduled
View Experiment Status Completed
View Experiment Status Inactive