Skip to content

checklist

allennlp.commands.checklist

[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):
 | ...
 | @overrides
 | def add_subparser(
 |     self,
 |     parser: argparse._SubParsersAction
 | ) -> argparse.ArgumentParser