Skip to content

Combining chaopy PCE with scikit learn Gaussian Process Regression to form Polynomial chaos kriging(PCK) #300

Open
@gaoutham92

Description

@gaoutham92

Hi,

I am using PCE in Chaospy for my research. I can see in the documentation that you have provided an interface to some regression techniques available in Scikit-learn that contain 'coef_' attribute, and use them for polynomial fitting in Chaospy. I tried them and they work perfectly, additionally, I wanted to use a feature called Gaussian process regression available in Scikit-learn and combine it with the polynomial chaos expansion in Chaospy - inorder to develop Polynomial Chaos Kriging (PCK) model. I tried to make the interface myself, but the Gaussian process regression in Scikit-learn does not have 'coef_' attribute and that makes the interface complicated. My trials & guesses to interface went in vain and gave highly erratic results. So it would be highly beneficial if you can make that interface between PCE in Chaospy and Gaussian Process Regression(GPR) in Scikit-learn (like we can use GPR to fit the polynomial coefficients in Chaospy) or at least if you could kindly provide some instructions/opinions to achieve the same it would be immensely helpful as you have more knowledge on the Chaospy package and Scikit-learn than me. Looking forward for your help.

                                               Thankyou

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions