This section will go through the details of creating a regression model and then using the regression model in an iOS mobile application. It will provide a detailed walk-through of the various steps involved in creating an iOS regression ML application to address the problem defined.
Solving the problem using regression in Core ML
Technical requirements
The following software needs to be installed on the developer machine:
- Python
- Xcode in a Mac environment
The exercise programs for this chapter can be downloaded from our GitHub repository at https://github.com/PacktPublishing/Machine-Learning-for-Mobile/tree/master/housing%20price%20prediction.Â
In the following program, we are going to use pandas, numpy, and scikit...