Book Image

Microsoft Azure Machine Learning

By : Sumit Mund, Christina Storm
Book Image

Microsoft Azure Machine Learning

By: Sumit Mund, Christina Storm

Overview of this book

Table of Contents (21 chapters)
Microsoft Azure Machine Learning
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Getting data in ML Studio


ML Studio lets you import data from different sources. You can either upload a file from your PC or import data from external sources through the Data Reader module.

Uploading data from a PC

You can follow the given steps to upload a dataset from your PC to ML Studio:

  1. Go to ML Studio and create an experiment or go to an existing experiment.

  2. Click on the +NEW icon at the bottom-left corner of the page, then on DATASET, and then on FROM LOCAL FILE.

  3. The Upload a new dataset dialog box is displayed after you click on the icon.

  4. Click on Browse to select the file that you want to upload.

  5. Don't select the tick box for This is the new version of an existing dataset unless you are uploading a new version of an existing dataset.

  6. Specify a name for the dataset. This will help you identify your dataset when you build your experiment. The dataset name must be unique—you should not have two datasets that have the same name in the saved Dataset option. If you are uploading a new version...