Technical requirements
For this chapter, you will require the following:
- The latest version of your preferred web browser
- An Integrated Development Environment (IDE) of your choice
- (Optional) Jupyter Notebook by Project Jupyter (https://jupyter.org/)
All the experiments conducted in this chapter have been performed on Jupyter notebooks to provide you with better visual examples of outputs. You are free to follow along using the same setup. You can also perform the same experiments on any Python environment as the Python code will execute the same on both environments.
All the code examples for this chapter can be found on GitHub at https://github.com/PacktPublishing/Practical-Automated-Machine-Learning-on-H2O/tree/main/Chapter%209.