class documentation

class MultipleModels(ExposedModel): (source)

View In Hierarchy

A model that runs multiple models in parallel and returns the result of one of them based on a weight and a random value.

Async Method needed_entities Undocumented
Async Method needed_features Undocumented
Async Method run_polars Undocumented
Class Variable model_type Undocumented
Class Variable models Undocumented
Property as_markdown Undocumented
Property exposed_at_url Undocumented
async def needed_entities(self, store: ModelFeatureStore) -> set[Feature]: (source)

Undocumented

async def needed_features(self, store: ModelFeatureStore) -> list[FeatureReference]: (source)

Undocumented

async def run_polars(self, values: RetrievalJob, store: ModelFeatureStore) -> pl.DataFrame: (source)

Undocumented

model_type: str = (source)

Undocumented

models: list[ExposedModel] = (source)

Undocumented

@property
as_markdown: str = (source)

Undocumented

@property
exposed_at_url: str | None = (source)

Undocumented