Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 60000fe

Browse files
committed
Drop hasSummary from LinearRegressionTrainingSummary, GeneralizedLinearRegressionTrainingSummary and LogisticRegressionSummary (#532)
Resolves #531
1 parent b29ca4d commit 60000fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

third_party/3/pyspark/ml/classification.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ class LogisticRegressionModel(
244244
def interceptVector(self) -> Vector: ...
245245
@property
246246
def summary(self) -> LogisticRegressionTrainingSummary: ...
247-
@property
248-
def hasSummary(self) -> bool: ...
249247
def evaluate(self, dataset: DataFrame) -> LogisticRegressionSummary: ...
250248

251249
class LogisticRegressionSummary(JavaWrapper):

0 commit comments

Comments
 (0)