Skip to content

Training a Gaussian Process model in MOOSE #26267

Discussion options

You must be logged in to vote

I was on personal leave and hence my responses have been delayed so far.

For the Matern Half Int covariance, p should be a positive integer. See the documentation here: https://mooseframework.inl.gov/source/surrogates/MaternHalfIntCovariance.html

As far as the zero predictions go, this typically relates to problem with your training data. Some problems could be:

  • Not standardizing the training data inputs and outputs. This is very important for GPs. You can standardize by simply setting standardize_params = 'true' and standardize_data = 'true'
  • The training data doesn't make physical sense.
  • Or some other issue.

Standardize the data and params and see how it goes. Also, when doing predicti…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@somu15
Comment options

Comment options

You must be logged in to vote
7 replies
@charlieowen3065
Comment options

@somu15
Comment options

Answer selected by charlieowen3065
@charlieowen3065
Comment options

@somu15
Comment options

@charlieowen3065
Comment options

@somu15
Comment options

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