I am trying to a perform a multivariate multiple linear regression, so I have multiple inputs and outputs that I am trying to optimize for. I would like to do this in python. Are than any software's that do this. I looked into sci-kit learn and the statsmodels.api, but can't seem to find an example.
I am thinking that I optimize for each of the variables separately and then try to build a new equation from those that optimizes for the output variables by exhaustive testing, but that doesn't seem like the right way to do it. Any advice would be awesome. Thanks.