Skip to content

Commit

Permalink
trigger jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboliang committed May 10, 2015
1 parent 53c045d commit bb3e4ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pyspark/mllib/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ class MulticlassMetrics(JavaModelWrapper):
0.66...
>>> metrics.weightedFMeasure()
0.66...
>>> metrics.weightedFMeasure(2.0)
0.65...
"""

def __init__(self, predictionAndLabels):
Expand Down

0 comments on commit bb3e4ba

Please sign in to comment.