CliMA / CliMA/CalibrateEmulateSample.jl

GP creation should be independent of prediction type

Open
#64 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
90
Forks
16
PR merge metrics
No merged PRs in 30d

Description

We currently create the GP with a `prediction_type` in the constructor of the `GPObj` constructor in `GPEmulator.jl`
Though a prediction type should be specified by the user - it should be done at runtime of the `GPObj.predict` function. We want it defined at run time because the GP training is independent of the prediction type, and the same trained GP can be used for both types of prediction `Ytype` and `Ftype`. Furthermore the type of prediction shouldn't be stored for these same reasons.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.