Skip to content

Commit aeb6bb6

Browse files
author
Ram Sriharsha
committed
Python Style Fix
1 parent 54a500c commit aeb6bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/python/ml/cross_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
crossval = CrossValidator(estimator=pipeline,
6666
estimatorParamMaps=paramGrid,
6767
evaluator=BinaryClassificationEvaluator(),
68-
numFolds=2) # use 3+ folds in practice
68+
numFolds=2) # use 3+ folds in practice
6969

7070
# Run cross-validation, and choose the best set of parameters.
7171
cvModel = crossval.fit(training)

0 commit comments

Comments
 (0)