Skip to content

Commit b8a785f

Browse files
committed
Change wording for more clarity
1 parent 11ef45b commit b8a785f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dataikuapi/dss/ml.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def get_partial_dependencies(self):
725725

726726
class DSSSubpopulationGlobal(DSSExtensibleDict):
727727
"""
728-
Object to read details of performance on global dataset used for subpopulation analyses.
728+
Object to read details of performance on global population used for subpopulation analyses.
729729
730730
Do not create this object directly, use :meth:`DSSSubpopulationAnalyses.get_global()` instead
731731
"""
@@ -736,13 +736,13 @@ def __init__(self, data, prediction_type):
736736

737737
def get_performance_metrics(self):
738738
"""
739-
Gets the performance results of the global dataset used for the subpopulation analysis
739+
Gets the performance results of the global population used for the subpopulation analysis
740740
"""
741741
return self.get("performanceMetrics")
742742

743743
def get_prediction_info(self):
744744
"""
745-
Gets the prediction info of the global dataset used for the subpopulation analysis
745+
Gets the prediction info of the global population used for the subpopulation analysis
746746
"""
747747
global_metrics = self.get("perf").get("globalMetrics")
748748
if self.prediction_type == "BINARY_CLASSIFICATION":

0 commit comments

Comments
 (0)