kolena.workflow
#
- Developer Guide: Building a Workflow ↗
-
Examples:
kolena/examples
↗
kolena.workflow
contains the definitions to build a workflow:
-
Design data types, including any
annotations
orassets
:Defining a workflow
TestSample
,GroundTruth
, andInference
can be thought of as the data model, or schema, for a workflow.TestSample
: model inputs, e.g. images, videos, documentsGroundTruth
: expected model outputsInference
: real model outputs
-
Define metrics and how they are computed:
Evaluator
: metrics computation engine
-
Create tests:
Managing tests
See the test case and test suite developer guide for an introduction to the test case and test suite concept.
-
Test models: