Skip to content

_checklist_internal

allennlp.commands._checklist_internal

[SOURCE]


The checklist subcommand allows you to conduct behavioural testing for your model's predictions using a trained model and its Predictor wrapper.

CheckList

@Subcommand.register("checklist")
class CheckList(Subcommand)

add_subparser

class CheckList(Subcommand):
 | ...
 | def add_subparser(
 |     self,
 |     parser: argparse._SubParsersAction
 | ) -> argparse.ArgumentParser