MCPcopy
hub / github.com/GPflow/GPflow / create_model

Method create_model

benchmark/model_api.py:66–71  ·  view source on GitHub ↗

Create the model. Any model parameters should be randomly initialised, using the `rng`.

(self, data: XYData, rng: np.random.Generator)

Source from the content-addressed store, hash-verified

64
65 @abstractmethod
66 def create_model(self, data: XYData, rng: np.random.Generator) -> GPModel:
67 """
68 Create the model.
69
70 Any model parameters should be randomly initialised, using the `rng`.
71 """
72
73
74MODEL_FACTORIES: TaggedRegistry[ModelFactory, ModelTag] = TaggedRegistry()

Calls

no outgoing calls