@@ -738,7 +738,7 @@ def intercept(self):
738738 @since ("3.1.0" )
739739 def summary (self ):
740740 """
741- Gets summary (e.g. accuracy/precision/recall, objective history, total iterations) of model
741+ Gets summary (accuracy/precision/recall, objective history, total iterations) of model
742742 trained on the training set. An exception is thrown if `trainingSummary is None`.
743743 """
744744 if self .hasSummary :
@@ -1237,7 +1237,7 @@ def interceptVector(self):
12371237 @since ("2.0.0" )
12381238 def summary (self ):
12391239 """
1240- Gets summary (e.g. accuracy/precision/recall, objective history, total iterations) of model
1240+ Gets summary (accuracy/precision/recall, objective history, total iterations) of model
12411241 trained on the training set. An exception is thrown if `trainingSummary is None`.
12421242 """
12431243 if self .hasSummary :
@@ -1843,7 +1843,7 @@ def trees(self):
18431843 @since ("3.1.0" )
18441844 def summary (self ):
18451845 """
1846- Gets summary (e.g. accuracy/precision/recall, objective history, total iterations) of model
1846+ Gets summary (accuracy/precision/recall, objective history, total iterations) of model
18471847 trained on the training set. An exception is thrown if `trainingSummary is None`.
18481848 """
18491849 if self .hasSummary :
@@ -2700,7 +2700,7 @@ def weights(self):
27002700 @since ("3.1.0" )
27012701 def summary (self ):
27022702 """
2703- Gets summary (e.g. accuracy/precision/recall, objective history, total iterations) of model
2703+ Gets summary (accuracy/precision/recall, objective history, total iterations) of model
27042704 trained on the training set. An exception is thrown if `trainingSummary is None`.
27052705 """
27062706 if self .hasSummary :
@@ -3500,7 +3500,7 @@ def factors(self):
35003500 @since ("3.1.0" )
35013501 def summary (self ):
35023502 """
3503- Gets summary (e.g. accuracy/precision/recall, objective history, total iterations) of model
3503+ Gets summary (accuracy/precision/recall, objective history, total iterations) of model
35043504 trained on the training set. An exception is thrown if `trainingSummary is None`.
35053505 """
35063506 if self .hasSummary :
0 commit comments