class documentation
class ShadowModel(ExposedModel): (source)
Undocumented
| Async Method | needed |
Undocumented |
| Async Method | needed |
Undocumented |
| Async Method | run |
Undocumented |
| Class Variable | model |
Undocumented |
| Class Variable | model |
Undocumented |
| Class Variable | shadow |
Undocumented |
| Property | as |
Undocumented |
| Property | exposed |
Undocumented |
Inherited from ExposedModel:
| Static Method | in |
Undocumented |
| Static Method | mlflow |
Undocumented |
| Static Method | ollama |
Undocumented |
| Static Method | ollama |
Undocumented |
| Static Method | polars |
Undocumented |
| Async Method | depends |
The data artefacts that the model depends on. Which is not the input features. This is useful for e.g. RAG systems, as we can describe which documents a model depends on Or something like a vector database that we assume to be up to date. |
| Method | needed |
Returns the config variables to set in order to use the model. |
| Async Method | potential |
Undocumented |
| Method | with |
Undocumented |
| Method | with |
Undocumented |
| Class Method | _deserialize |
Undocumented |
| Method | _serialize |
Undocumented |
async def run_polars(self, values:
RetrievalJob, store: ModelFeatureStore) -> pl.DataFrame:
(source)
¶
Undocumented