Create ML Multi-Target / Multiple Outputs Regression Model Capability?

Does anyone know how to list several target variables in a regression model? Create ML seems to allow only one target variable.

Is there a different library (other than Create ML) I can import in swift to gain access to multi-target regression model building?

Create ML doesn't allow this. I would suggest using Python to train a model (such as Google's Tensorflow).

Create ML Multi-Target / Multiple Outputs Regression Model Capability?
 
 
Q