Further reading
This section offers a list of helpful web resources that will help you augment your knowledge of the AzureML SDK and the various code snippets used in this chapter:
- The
HyperDriveConfig
class: https://docs.microsoft.com/en-us/python/api/azureml-train-core/azureml.train.hyperdrive.hyperdriveconfig?view=azure-ml-py - The
AutoMLConfig
class: https://docs.microsoft.com/en-us/Python/api/azureml-train-automl-client/azureml.train.automl.automlconfig.automlconfig - Data featurization in automated machine learning: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-auto-features
- Auto-train a forecast model: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-forecast
- 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