Algorithm
A training recipe.
Implementations must declare:
name(class var) - registry key, also used as the YAMLkind.Config(class var) - Pydantic model for the recipe's parameters.
And implement:
train(ctx: RunContext) -> RunResult
Attributes
attributenamestrattributeConfigtypeFunctions
functrain(self, ctx) -> RunResultparamselfparamctxRunContextReturns
evsys_sdk.protocols.RunResult