Skip to main content

run_testing

Evaluate a pretrained local model on local data.

Module

Functions

evaluate_model

def evaluate_model(    path_to_config_yaml: str, path_to_test_csv: str, path_to_model: str,)> None:

Evaluates a model's performance.

Arguments

  • path_to_config_yaml: Path to the config YAML file.
  • path_to_test_csv: Path to the test CSV file.
  • path_to_model: Path to the model file.