Machine Learning for Mobile
上QQ阅读APP看书,第一时间看更新

Technical requirements

The following software needs to be installed on the developer machine:

  • Python
  • Xcode in the macOS environment

The exercise programs for the chapter can be found on the GitHub repository (https://github.com/PacktPublishing/Machine-Learning-for-Mobile) under the Chapter03 folder. Let's start by entering the command to install the Python package:

pip install pandas
pip install -U scikit-learn
pip install -U pandas

Then, issue the command to install coremltools:

pip install -U coremltools