EvSys

Transform

Convert raw input rows to algorithm-ready typed rows.

e.g. a transform takes raw rows like {query, answer, ...} and emits {messages: [...], ...} ready for the algorithm.

Attributes

attributenamestr
attributeConfigtype

Functions

func__call__(self, rows) -> Iterable[dict[str, Any]]
paramself
paramrowsIterable[dict[str, Any]]

Returns

typing.Iterable[dict[str, typing.Any]]

On this page