How to Install a Python for Machine Learning on macOS
Last Updated on August 21, 2019
It can be difficult to install a Python machine learning environment on Mac OS X.
Python itself must be installed first, and then there are many packages to install, and it can be confusing for beginners.
In this tutorial, you will discover how to setup a Python 3 machine learning and deep learning development environment using macports.
After completing this tutorial, you will have a working Python 3 environment to begin learning, practicing, and developing machine learning and deep learning software.
Kick-start your project with my new book Machine Learning Mastery With Python, including step-by-step tutorials and the Python source code files for all examples.
Let’s get started.
- Update Aug/2017: Added a section on how to keep your environment up to date.
Tutorial Overview
This tutorial is broken down into the following 4 steps:
- Install XCode
To finish reading, please visit source site