model_test#
Warning
The code reference is a work in progress and may contain inconsistencies.
- socialnet.model_test(trajectory_files: list[Path | str], model_folder: Path | str)[source]#
Test the model on the given trajectory files.
- Parameters:
trajectory_files (list[Path | str]) – List of trajectory files to load for testing the model.
model_folder (Path | str) – Path to the session folder where the model is stored.
- Returns:
Test results
- Return type:
dict