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
horovod 0.23.0
tensorflow 2.6.0
pyspark 3.2.0
numpy 1.19.5
pandas 1.3.2
scikit-learn 0.24.2
Similar to previous chapters, you can execute this code using either a local Python interpreter or a notebook environment hosted in Azure Machine Learning.
All code examples in this chapter can be found in the GitHub repository for this book, found at https://github.com/PacktPublishing/Mastering-Azure-Machine-Learning-Second-Edition/tree/main/chapter12.