wolfhece.acceptability.cli
Author: University of Liege, HECE, LEMA Date: 2024
Copyright (c) 2024 University of Liege. All rights reserved.
This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited.
Module Contents
- wolfhece.acceptability.cli.main()[source]
This function sets up the command line argument parser, defines the available subcommands for the model operations (allowing efficient “-h”), to help the user.
- Subcommands:
check: Perform checks on the model’s data.
base_data_creation: Create base data for the model.
vulnerability: Assess vulnerability within the model.
acceptability: Evaluate the acceptability of the model’s output.
- Usage:
python cli.py <subcommand> [options]
- Options:
-h, –help: Show this help message and exit.