mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 02:25:12 -05:00
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
# Azure Machine Learning datasets (preview)
|
|
|
|
Azure Machine Learning datasets (preview) let data scientists and machine learning engineers apply data for ML with confidence. By creating a dataset, you create a reference to the data source location, along with a copy of its metadata. The data remains in its existing location, so no extra storage cost is incurred.
|
|
|
|
With Azure Machine Learning datasets, you can:
|
|
|
|
* **Keep a single copy of data in your storage** referenced by datasets.
|
|
|
|
* **Easily access data during model training** without worrying about connection string or data path.
|
|
|
|
* **Share data & collaborate** with other users.
|
|
|
|
## Learn how to use Azure Machine Learning datasets:
|
|
* [Create and register datasets](https://aka.ms/azureml/howto/createdatasets)
|
|
* Use TabularDatasets in [automated machine learning training](https://aka.ms/automl-dataset)
|
|
* Use TabularDatasets in [training](https://aka.ms/tabulardataset-samplenotebook)
|
|
* For existing Dataset users: [Dataset API change notice](dataset-api-change-notice.md)
|
|
|
|
|
|
 |