Further reading
This section offers a list of useful web resources that will help you augment your knowledge of the AzureML SDK and the various third-party libraries that were used in this chapter:
- Supported data storage service types in AzureML: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-access-data#supported-data-storage-service-types
- Reference to the pandas
DataFrame
API: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html - Reference to the diabetes dataset that was loaded from the scikit-learn library: https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_diabetes.html
- AzureML SDK Python API browser, which lists all packages, classes, and methods: https://docs.microsoft.com/en-us/Python/api/?view=azure-ml-py
- Reference to the AzureML CLI extension: https://docs.microsoft.com/cli/azure/ml(v1)?view=azure-cli-latest
- Free e-book – Learn Python Programming – Second Edition: https...