Accounting for uncertainties in regression #1008
alexmars123
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am trying to perform a regression on some noisy data. Currently I am using:
GPy.models.GPRegression(X,Y,ker)
, however I would like to also include the uncertainty on the Y values (which is not the same for all data points). Basically I want the model to not pass exactly through the measured points, but through a range defined by the uncertainty on Y. How can I do this? Thank you!Beta Was this translation helpful? Give feedback.
All reactions