Here is the context of my problem: I have data samples from measurements. I'm reccording N properties. From those data I would like to perform a sensitivity analysis to focus my study on significant parameters. If I use the sobol method for example, I need to transform my data into a "model" to manipulate it (estimation from regression).
As a result, here is my question: do you know a method (or a toolbox if it exists) to perform a N-dimensions polynomial/spline regression (not linear), in Python language?
I heard something about a catmull-rom method, but I don't understand how to apply it.
Thank you for your help!