How to do gaussian/polynomial regression with scikit-learn?

Viewed 16885

Does scikit-learn provide facility to perform regression using a gaussian or polynomial kernel? I looked at the APIs and I don't see any. Has anyone built a package on top of scikit-learn that does this?

2 Answers
Related