8000 Allow multiple input feature with same value for Gaussian Process Regression · Issue #3162 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
8000

Allow multiple input feature with same value for Gaussian Process Regression #3162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
filthysocks opened this issue May 19, 2014 · 2 comments

Comments

@filthysocks
Copy link

Salute,

currently the GP module does not allow to use multiple input feature with the same value. At least from the math point of view there is no need for this restriction. Though, I didn't go through the whole implementation to see if there is something special about it that would require this restriction. I tested it on some dummy problem (with noisy data) with and without multiple equal inputs and it worked fine and, not surprisingly, even better when using duplicates (more data yeay!).
Any reasons to keep it?

@glouppe
Copy link
Contributor
glouppe commented Oct 19, 2015

Closing, as a new implementation of gaussian processes has just been merged (#4270). Please reopen if the new implementation fails on the same issue, though I hope it does not.

@glouppe glouppe closed this as completed Oct 19, 2015
@amueller
Copy link
Member

Maybe we should have tested all the issues ;) Sounds like a good task for the print? ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
0