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

Commit

Permalink
Drop hasSummary from LinearRegressionTrainingSummary, GeneralizedLine…
Browse files Browse the repository at this point in the history
…arRegressionTrainingSummary and LogisticRegressionSummary (#532)

Resolves #531
  • Loading branch information
zero323 committed Sep 15, 2020
1 parent b29ca4d commit 60000fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions third_party/3/pyspark/ml/classification.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ class LogisticRegressionModel(
def interceptVector(self) -> Vector: ...
@property
def summary(self) -> LogisticRegressionTrainingSummary: ...
@property
def hasSummary(self) -> bool: ...
def evaluate(self, dataset: DataFrame) -> LogisticRegressionSummary: ...

class LogisticRegressionSummary(JavaWrapper):
Expand Down

0 comments on commit 60000fe

Please sign in to comment.