Scores
Routines for Evaluation of model forecasts
- enstools.scores.add_score_from_file(file_path: str)
Read a python file and add the function with the same name as the file to the available scores in enstools.scores
- enstools.scores.register_score(function: Callable[[DataArray, DataArray], DataArray], name: str)
Register a given function as a score.
# :imported-members: