Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 723 Bytes

task.rst

File metadata and controls

36 lines (26 loc) · 723 Bytes

Task

The second component of Emmental's pipeline is to build learning Task.

Task Class

The following describes elements of used for creating Task.

.. automodule:: emmental.task
    :members:
    :inherited-members:
    :show-inheritance:

Task Utilities

These utilities are used to build task.

.. automodule:: emmental.scorer
    :members:
    :inherited-members:
    :show-inheritance:

Metrics

This show the metrics included with Emmental. These metrics can be used alone, or combined together, to define how to evaluate the task.

.. automodule:: emmental.metrics
    :members:
    :inherited-members:
    :show-inheritance: