Artifacts

This page explains how to save Artifacts. Save plots and datasets inside Notebook as Artifacts.

circle-info

Check out the walk-through on how to Save Artifacts.

Saving Artifacts in a Notebook
circle-info

Please Note: The user can save the artifacts of a predicted model using this option.

Saving Artifacts

  • Add a new cell.

  • Click the Save Artifacts.

  • Give proper dataframe name and Name of Artifacts (with extensions - .csv/.txt/.json)

  • Execute the cell.

  • The Artifacts get saved.

Saved Artifacts inside a Notebook
circle-info

Please Note: The saved Artifacts can be downloaded as well.

Save Plot as Artifacts

  • Navigate to a notebook.

  • Define the save statement in the code cell for the plot you want to save as artifacts.

  • Execute the cell.

  • Refresh the Artifacts tab.

Saving a plot as Artifacts
  • The plot will get saved under the Artifacts space as .png file.

The Artifacts get saved
Downloaded Artifacts Plot files

circle-check

Preview Artifacts

  • Navigate to the Artifacts tab on the Notebook page.

  • Select a saved Artifact from the list.

  • Click the vertical ellipsis icon for the Artifact.

  • Click the Preview option from the context menu.

  • The Artifact Preview gets displayed.

circle-info

Please Note:

  • By clicking the Delete option, the selected Artifact gets deleted from the list.

  • Refer the Data Science Lab Quick Start Flow page to get an overview of the Data Science Lab module in nutshell. Click herearrow-up-right to get redirected to the quick start flow page.

Last updated