Create Dataset

  1. In Azure ML Studio, select "Data" from the left-hand pane, click the "+Create" button under the "Data assets" tab, enter a name for your dataset, set the Dataset type to File, ensure you choose Dataset type (from Azure ML v1 APIs) other ML Studio won't recognise the dataset, then click "Next" to proceed to the data upload screen.

  1. To upload data from a local file, select the "From local files" option and click "Next".

  1. Select Datastore ("datastoreforml") that was created earlier and Click "Next".

  1. Select "Upload files" from the Upload dropdown and upload the dataset file. Click Next.

  1. Click "Review" and check the preview of the data to ensure all looks good. Then click "Create" to create the dataset.

Last updated