surrogate

Adapters to hold discrete and continuous surrogate models.

Classes

ContinuousSurrogate([property, theta, func, ...])

A model that predicts its output at an arbitrary frequency using an arbitrary callable.

DiscreteSurrogate([frequency, property, ...])

A model that predicts its output at a discrete set of frequency values using an arbitrary callable.