autointent.nodes.info.ScoringNodeInfo#

class autointent.nodes.info.ScoringNodeInfo#

Bases: autointent.nodes.info._base.NodeInfo

Scoring node info.

metrics_available: ClassVar[collections.abc.Mapping[str, autointent.metrics.ScoringMetricFn]]#

Available metrics for the node.

modules_available: ClassVar[collections.abc.Mapping[str, type[autointent.modules.base.BaseScorer]]]#

Available modules for the node.

node_type#

Node type.

multiclass_available_metrics: ClassVar[collections.abc.Mapping[str, autointent.metrics.ScoringMetricFn]]#

Available metrics for multiclass classification.

multilabel_available_metrics: ClassVar[collections.abc.Mapping[str, autointent.metrics.ScoringMetricFn]]#

Available metrics for multilabel classification.