Appendix A. Setting up an environment for running code
This appendix provides instructions for setting up an environment to run the code examples in this book. All the code snippets in the book are provided in the form of Jupyter Notebook scripts, or notebooks. Jupyter Notebook (https://jupyter.org/) is an open source web application that’s popular in the machine learning and data science communities; it offers support for interactive code design, data processing and visualization, narrative text, and more for various languages, including Python. It has a flatter learning curve than running standalone Python at the command line or in an IDE such as PyCharm, facilitating learning and development.
All the code snippets shown in this book can be ...
Get Automated Machine Learning in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.