core.evaluation
Evaluation
This modul allows to run multiple evaluations and combine the single JSON results to reports.
core.evaluation.evaluate
Evaluation
core.evaluation.results
Results
View Source
""" # Evaluation This modul allows to run multiple evaluations and combine the single JSON results to reports. - `core.evaluation.evaluate` `Evaluation` - `core.evaluation.results` `Results` """ from core.evaluation.results import Results from core.evaluation.evaluate import Evaluation