Skip to content

Commit 3bff242

Browse files
author
Valentin Thorey
committed
Rename trainDiagnostics into mlDiagnostics
1 parent 919d959 commit 3bff242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ def get_diagnostics(self):
18671867
:returns: list of diagnostics
18681868
:rtype: list of type `dataikuapi.dss.ml.DSSMLDiagnostic`
18691869
"""
1870-
diagnostics = self.details.get("trainDiagnostics", {})
1870+
diagnostics = self.details.get("mlDiagnostics", {})
18711871
return [DSSMLDiagnostic(d) for d in diagnostics.get("diagnostics", [])]
18721872

18731873
def generate_documentation(self, folder_id=None, path=None):

0 commit comments

Comments
 (0)