Data Science Lab
  • What is Data Science Lab?
  • Accessing the Data Science Lab Module
  • Homepage
  • List Projects
  • List Feature Stores
  • Create
    • Create Project
      • Container Status Message
    • Create Feature Store
  • Registered Models and APIs
  • Settings
  • Trash
  • Tabs for a DSL Project
    • Workspace
      • Workspace Folders
        • Repo Folder Attributes
        • Repo Folder Attributes for a Repo Sync Project
        • Utils Folder Attributes
          • Utility Actions
        • Files Attributes
      • Working with the Workspace tab
        • Create
        • Import
          • Importing Notebook
          • Pull from Git
        • Adding File and Folders
      • Linter
      • Git Console
      • Adjustable Repository Panel
    • Data
      • Adding Data
      • Data List Page
    • Model
      • Import Model
      • Explainer Generator
      • Export to GIT/ Model Migration
      • Share a Model
      • Register a Model
      • Unregister a Model
      • Register a Model as an API Service
      • Delete a Model
    • AutoML
      • Creating AutoML Experiment
      • AutoML List Page
        • View Explanation
          • Model Summary
          • Model Interpretation
            • Classification Model Explainer
            • Regression Model Explainer
            • Forecasting Model Explainer
          • Dataset Explainer
  • Data Science Notebook
    • Preview File
    • Save as Notebook
    • .ipynb File Cells
      • Using a Code Cell
      • Using a Markdown Cell
        • Expanding and Collapsing Markdown Cell
      • Using an Assist Cell
    • Resource Utilization Graph
    • Taskbar
    • Actions Icons from Header
    • Notebook Actions
      • Register
        • Export
        • Register as a Job
      • Notebook Version Control
      • Share
      • Delete
      • Information
  • Model Creation using Data Science Notebook
  • Notebook Operations
    • Data
      • Reading Data
      • Copy Path Functionality
    • Secrets
    • Algorithms
    • Transforms
    • Artifacts
    • Variable Explorer
    • Writers
Powered by GitBook
On this page
  • View Report for a Completed Experiment
  • Details
  • Models
  • View Report for a Failed Experiment
  • Delete
Export as PDF
  1. Tabs for a DSL Project
  2. AutoML

AutoML List Page

This section describes the Actions provided for the created AutoML experiments on the AutoML List page.

PreviousCreating AutoML ExperimentNextView Explanation

Last updated 5 months ago

Once the initiated AutoML experiment is completed, it gets two Actions. The allotted Actions for an AutoML Experiment are:

  • Delete

  • View Report

    • It is indicated in Green color for the Completed Experiments (for the successful experiment).

    • It is indicated in Red color for the Failed Experiments).

View Report for a Completed Experiment

This option provides the summary of the experiment (completed or failed) along with the details of the recommended model (in case of a completed experiment).

  • Navigate to the Auto ML tab.

  • All the created Experiments will be listed.

  • Select a Completed experiment.

  • Click the View Report option from the Actions column.

  • The Details tab opens for the selected completed experiment.

Details

The Details tab opens while clicking the View Report icon for an experiment with Completed status.

  • Click the View Report option for a completed experiment.

  • The Details tab opens by default displaying the following details for the model:

    • Recommended Model: This will be the most suitable model determined based on the metric score of the model.

      • Model Name: Name of the model

      • Model Score: Score of the model

      • Metric Value: On which basis the model was considered

      • Created On: Date of model creation

    • Run Summary: This portion will have the basic information about the experiment and trained model.

      • Task Type: it displays the selected algorithm name to complete the experiment.

      • Experiment Status: This indicates the status of the AutoML model.

      • Created By: Name of the creator.

      • Dataset: mentions the dataset.

      • Target Column: It indicates the target column.

Models

The Models tab lists the top three models based on their metrics score. The user gets the View Explanation option for each of the selected top three models to explain the details of that model.

  • Navigate to the Models tab of a completed Auto ML experiment.

  • Select a Model from the displayed list and click the View Explanation option. The View Explanation option allows the users to check details about each of the top 3 models.

  • A new page opens displaying the various information for the selected Model.

  • The following options are displayed for a selected model:

    • Model Summary: This tab displays the model summary for the selected model. It opens by default.

    • Model Interpretation: This tab contains the Model Explainer dashboard displaying the various details for the model.

    • Dataset Explainer: This tab displays the Data Profile of the dataset for the selected model.

View Report for a Failed Experiment

If the user opens the View Report option for a failed Experiment, it will display the Model Logs and mention the reason for the model's failure.

  • Navigate to the Auto ML tab.

  • Select a Failed experiment.

  • Click the View Report option from the Actions column.

  • The Logs tab opens for the selected completed experiment.

  • The Model Logs are displayed with the reason for failure.

Delete

The Delete option helps the user to remove the selected AutoML from the list.

Check out the walk-through to understand the steps to Delete an AutoML.

  • Navigate to the Auto ML list page.

  • Select a model/experiment from the list. (It can be any experiment irrespective of the Status).

  • Click the Delete icon for the model.

  • A dialog box opens to ensure the deletion.

  • Click the Yes option.​

  • The selected experiment gets removed from the list.

Please Note: The user can remove any Auto ML experiment irrespective of its status.

Please Note: Refer to this document's section for more details.

View Explanation
Deleting an AutoML
Details Tab
Details Tab for a Forcasting AutoML Model
Details Tab for a Classification AutoML Model
Details Tab for a Regression AutoML Model
Model Tab for an AutoML Experiment
View Explanation for an AutoML
Delete icon for the AutoML