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
          • Notebook Actions
            • Export
            • Register as Job
            • Notebook Version Control
            • Share
            • Delete
            • Information
        • Repo Folder Attributes for a Repo Sync Project
          • File Attributives
        • 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
    • Data
      • Adding Data
      • Data List Page
    • Model
      • Import Model
      • Explainer Generator
      • Export to GIT/ Model Migration
      • Model Explainer
      • Share a Model
      • Register a Model
      • Unregister a Model
      • Register a Model as an API Service
        • Register a Model as an API
        • Register an API Client
        • Pass Model Values in Postman
      • Delete 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
      • Using an Assist Cell
    • Resource Utilization Graph
    • Taskbar
    • Actions Icons
  • Model Creation using Data Science Notebook
  • Notebook Operations
    • Data
      • Copy Path Functionality
    • Secrets
    • Algorithms
    • Transforms
    • Artifacts
    • Variable Explorer
    • Writers
Powered by GitBook
On this page
  • How to access the Tabs?
  • Various Tabs of a DSL Project

Tabs for a DSL Project

A DSL project utilizes tabs to structure a data science experiment, enabling the outcome to be readily consumed for further data analytics.

PreviousTrashNextWorkspace

Last updated 3 months ago

How to access the Tabs?

The users can click on the View icon available for a DSL Project, it redirects to a page displaying the various tabs for the selected DSL Project.

  • Navigate to the Projects page.

  • Select a DSL project from the list.

  • Click the View icon.

  • The next page appears with the accessible tabs for the selected Project.

If you select a PySpark project, the following tabs will be available:

Various Tabs of a DSL Project

The following table provides an outlook of the various tabs provided to a DSL Project:

Name of the Tab
Functions covered by the tab

The Workspace tab inside a Repo Sync Project works like a placeholder to keep all the Git Hub & Git Lab Repository documents (folders and files) of the logged-in user.

The Data section focuses on how to add or upload data to your DSL Projects. This tab lists all the added Datasets, Data Stores, and Feature Stores for a Project.

The Model tab includes various models created, saved, or imported using the Data Science Lab module. It broadly lists Data Science Models, Imported Models, and Auto ML models.

The Auto ML tab allows the users to create various experiments on top of their datasets and list all their created experiments.

Please Note: The allocation of tabs to a DSL project is environment-based.

  • If the user selects the PySpark environment, the available tabs to the user will be Workspace and Data. The user will not have access to the Models and AutoML tabs.

  • The DSL Projects created based on Python TensorFlow and Python PyTorch environments will contain all four tabs.

Workspace
Data
Model
AutoML
Tabs provided to a Python/TensorFlow DSL Project
Selecting a PySpark Project
Tabs provided for a PySpark Project