- Machine Learning for Mobile
- Revathi Gopalakrishnan Avinash Venkateswarlu
- 72字
- 2021-07-02 14:20:09
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