class documentation
class DillPredictor(ExposedModel, VersionedModel): (source)
Undocumented
Async Method | model |
Undocumented |
Async Method | needed |
Undocumented |
Async Method | needed |
Undocumented |
Async Method | run |
Undocumented |
Class Variable | function |
Undocumented |
Class Variable | function |
Undocumented |
Class Variable | model |
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