I have a machine with up to 58 indipendent input variables and one response variable. If I create 2D-histogram plots of all combinations of 2 input variables and the response variable, I get plots like these (the more light the color, the stronger is the response):
Note that the x and y variables are both independent variables, only the response indicated as color is dependent on the other two.
I am looking for a metric to describe the pinkish "blob" in these plots which I want to analyze using python. I am tinking in the direction of correlations or linear fits with R squared as metric, but I am not sure if this is the right approach.

