Skip to content

Commit

Permalink
python style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Sriharsha committed May 22, 2015
1 parent 9743f83 commit 7623b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/ml/evaluation.py
Expand Up @@ -147,6 +147,7 @@ def setParams(self, rawPredictionCol="rawPrediction", labelCol="label",
kwargs = self.setParams._input_kwargs
return self._set(**kwargs)


@inherit_doc
class RegressionEvaluator(JavaEvaluator, HasLabelCol, HasPredictionCol):
"""
Expand Down

0 comments on commit 7623b7d

Please sign in to comment.