We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9fa1d commit c3c7c5bCopy full SHA for c3c7c5b
bigml/evaluation.py
@@ -63,7 +63,7 @@ def __init__(self, evaluation, api=None):
63
64
try:
65
self.resource_id, evaluation = get_resource_dict( \
66
- evaluation, "evaluation", self.api)
+ evaluation, "evaluation", self.api, no_check_fields=True)
67
except ValueError as resource:
68
69
evaluation = json.loads(str(resource))
0 commit comments