Skip to content

Commit 999bebf

Browse files
committed
ml: use wrapper method instead of calling self._internal_dict
1 parent 365c743 commit 999bebf

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
@@ -738,7 +738,7 @@ def get_performance_metrics(self):
738738
"""
739739
Gets the performance results of the global population used for the subpopulation analysis
740740
"""
741-
return self._internal_dict.get("performanceMetrics")
741+
return self.get("performanceMetrics")
742742

743743
def get_prediction_info(self):
744744
"""

0 commit comments

Comments
 (0)