diff --git a/senpy/models.py b/senpy/models.py index 195693f..8a36633 100644 --- a/senpy/models.py +++ b/senpy/models.py @@ -334,5 +334,11 @@ for i in [ 'results', 'sentimentPlugin', 'suggestion', + 'aggregatedEvaluation', + 'evaluation', + 'metric', + 'dataset', + 'datasets', + ]: _add_class_from_schema(i)