Further reading
This section offers a list of helpful web resources to help you augment your knowledge of the AzureML SDK and the various code snippets used in this chapter.
- Documentation regarding the LightGBM framework used in this chapter: https://lightgbm.readthedocs.io
- HTTP request methods:
- Requests Python library for making HTTP requests: https://docs.Python-requests.org
- Executing an AzureML pipeline through Azure Data Factory: https://docs.microsoft.com/en-us/azure/data-factory/transform-data-machine-learning-service
- The click Python library for script parameter parsing and the creation of Command-Line Interface (CLI) applications: https://click.palletsprojects.com/