bayesvalidrox.surrogate_models.surrogate_modelsΒΆ

Implementation of metamodel as either PC, aPC or GPE

Functions

corr_loocv_error(clf, psi, coeffs, y)

Calculates the corrected LOO error for regression on regressor matrix psi that generated the coefficients based on [1] and [2].

create_psi(basis_indices, univ_p_val)

This function assemble the design matrix Psi from the given basis index set INDICES and the univariate polynomial evaluations univ_p_val.

gaussian_process_emulator(X, y[, nug_term, ...])

Fits a Gaussian Process Emulator to the target given the training

Classes

MetaModel(input_obj[, meta_model_type, ...])

Meta (surrogate) model