@@ -839,7 +839,7 @@ def __init__(self, data, prediction_type):
839839
840840 def get_raw (self ):
841841 """
842- Gets the raw dictionary of the actual data
842+ Gets the raw dictionary of the global subpopulation performance
843843
844844 :rtype: dict
845845 """
@@ -896,7 +896,7 @@ def __init__(self, feature_name, computed_as_type, data, prediction_type):
896896
897897 def get_raw (self ):
898898 """
899- Gets the raw dictionary of the actual data
899+ Gets the raw dictionary of the subpopulation analysis modality
900900
901901 :rtype: dict
902902 """
@@ -1026,7 +1026,7 @@ def __init__(self, analysis, prediction_type):
10261026
10271027 def get_raw (self ):
10281028 """
1029- Gets the raw dictionary of the actual data
1029+ Gets the raw dictionary of the subpopulation analysis
10301030
10311031 :rtype: dict
10321032 """
@@ -1103,7 +1103,7 @@ def __init__(self, data, prediction_type):
11031103
11041104 def get_raw (self ):
11051105 """
1106- Gets the raw dictionary of the actual data
1106+ Gets the raw dictionary of subpopulation analyses
11071107
11081108 :rtype: dict
11091109 """
@@ -1149,7 +1149,7 @@ def __init__(self, data):
11491149
11501150 def get_raw (self ):
11511151 """
1152- Gets the raw dictionary of the actual data
1152+ Gets the raw dictionary of the partial dependence
11531153
11541154 :rtype: dict
11551155 """
@@ -1187,7 +1187,7 @@ def __init__(self, data):
11871187
11881188 def get_raw (self ):
11891189 """
1190- Gets the raw dictionary of the actual data
1190+ Gets the raw dictionary of partial dependencies
11911191
11921192 :rtype: dict
11931193 """
0 commit comments