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.

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.

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.

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

Please Note: 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. Click here to get redirected to the quick start flow page.

Last updated