Technical requirements
In this chapter, we will use the following Python libraries and versions to create decision-tree based ensemble classifiers:
azureml-core 1.34.0
azureml-sdk 1.34.0
Similar to the previous chapters, you can run this code using either a local Python interpreter or a notebook environment hosted in Azure Machine Learning. However, all the scripts need to be scheduled in Azure Machine Learning training clusters.
All the code examples in this chapter can be found in this book's GitHub repository: https://github.com/PacktPublishing/Mastering-Azure-Machine-Learning-Second-Edition/tree/main/chapter11.