athena.utils.CrossValidation.predict

CrossValidation.predict(inputs)[source]

Predict method of cross-validation.

Parameters

inputs (numpy.ndarray) – n_samples-by-input_dim input matrix.

Returns

n_samples-by-dim prediction of the surrogate response surface model at the inputs. The value dim corresponds to self.ss.dim.

Return type

numpy.ndarray