EvSys

Algorithm

A training recipe.

Implementations must declare:

  • name (class var) - registry key, also used as the YAML kind.
  • Config (class var) - Pydantic model for the recipe's parameters.

And implement:

  • train(ctx: RunContext) -> RunResult

Attributes

attributenamestr
attributeConfigtype

Functions

functrain(self, ctx) -> RunResult
paramself
paramctxRunContext

Returns

evsys_sdk.protocols.RunResult

On this page