src.evaluation.vvuq_evaluation_wrapper module

This module wrapps the evaluation of the VV&UQ methodology to call the internal methods based on the user config.

It includes a main function called create_vvuq_evaluation. See details in its own documentations.

Contact person: Stefan Riedmaier Creation date: 08.09.2020 Python version: 3.8

src.evaluation.vvuq_evaluation_wrapper.create_vvuq_evaluation(vvuq, config, eval_path=None)

This function wraps the internal evaluation methods based on the user config.

Parameters:
  • vvuq – vvuq object with all results

  • config (dict) – config dictionary

  • eval_path (str) – (optional) path where the evaluation shall be stored (otherwise in results folder)

Returns: