You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am working with a regression problem that is dependent on two features (M,B). I want to perform regression by taking values of B up until 0.23 only(minima shifts to right) (basically extrapolate given half range of B) . I am able to interpolate all the curves using simple RBF if I use full range of B. My plan was to build composite kernels by maximzing BIC, which has worked for me in the past, but this dataset has an assymetry, and my composite kernels can't seem to learn this given restricted access to data. Can anyone suggest any other way of building kernels for this problem. I have tried Deep kernel learning, spectral mixture etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am working with a regression problem that is dependent on two features (M,B). I want to perform regression by taking values of B up until 0.23 only(minima shifts to right) (basically extrapolate given half range of B) . I am able to interpolate all the curves using simple RBF if I use full range of B. My plan was to build composite kernels by maximzing BIC, which has worked for me in the past, but this dataset has an assymetry, and my composite kernels can't seem to learn this given restricted access to data. Can anyone suggest any other way of building kernels for this problem. I have tried Deep kernel learning, spectral mixture etc.
I also tried a double well custom mean function
But I get the following error
Beta Was this translation helpful? Give feedback.
All reactions