Register datasets

PHOTO EMBED

Fri Apr 08 2022 23:02:51 GMT+0000 (Coordinated Universal Time)

Saved by @wessim

titanic_ds = titanic_ds.register(
  workspace=workspace,
  name='titanic_ds',
  description='titanic training data'
)
content_copyCOPY

To complete the creation process, register your datasets with a workspace. Use the register() method to register datasets with your workspace in order to share them with others and reuse them across experiments in your workspace.

https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-register-datasets