Artifacts

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

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

Saving Artifacts in a Notebook

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

Saving Artifacts

  • Navigate to a Notebook.

  • Add a new cell.

  • Provide Data set.

  • Define DataFrame and execute the cell.

  • A new cell be added below.

  • Click the Ellipsis icon to access more options.

  • Select the Save Artifacts option.

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

  • Execute the cell.

  • The Artifacts get saved under the Artifacts tab.

Please Note:

  • The saved Artifacts can be downloaded as well.

  • The user can also get an instant visual depiction of the data based on their executed scripts.​​​

Preview Artifacts

  • Navigate to the Artifacts tab on the Notebook page.

  • Select a saved Artifact from the list.

  • Click the Preview option from the context menu.

  • The Artifact Preview gets displayed.

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.

Last updated