Technical requirements
The following requirements are necessary to complete this chapter:
- MLflow full-fledged local server: This is the same one we have been using since Chapter 3, Tracking Models, Parameters, and Metrics.
- The SHAP Python library: https://github.com/slundberg/shap.
- Spark 3.2.1 and PySpark 3.2.1: See the details in the
README.md
file of this chapter's GitHub repository. - Code from the GitHub repository for this chapter: https://github.com/PacktPublishing/Practical-Deep-Learning-at-Scale-with-MLFlow/tree/main/chapter10.