We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509c2fc commit 8646164Copy full SHA for 8646164
dataikuapi/dss/ml.py
@@ -1867,7 +1867,7 @@ def get_diagnostics(self):
1867
:returns: list of diagnostics
1868
:rtype: list of type `dataikuapi.dss.ml.DSSMLDiagnostic`
1869
"""
1870
- diagnostics = self.details.get("trainDiagnostics", {})
+ diagnostics = self.details.get("mlDiagnostics", {})
1871
return [DSSMLDiagnostic(d) for d in diagnostics.get("diagnostics", [])]
1872
1873
def generate_documentation(self, folder_id=None, path=None):
0 commit comments