esem.emulator.Emulator.predict

Emulator.predict(x, *args, **kwargs)

Make a prediction using a trained emulator

Parameters
  • x (pd.DataFrame or array-like) – The points at which to make predictions from the model

  • args – The specific arguments needed for prediction with this model

  • kwargs – Any keyword arguments that might need to be passed through to the model

Returns

Emulated prediction and variance with the same type as `self.training_data`