We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a500c commit aeb6bb6Copy full SHA for aeb6bb6
examples/src/main/python/ml/cross_validator.py
@@ -65,7 +65,7 @@
65
crossval = CrossValidator(estimator=pipeline,
66
estimatorParamMaps=paramGrid,
67
evaluator=BinaryClassificationEvaluator(),
68
- numFolds=2) # use 3+ folds in practice
+ numFolds=2) # use 3+ folds in practice
69
70
# Run cross-validation, and choose the best set of parameters.
71
cvModel = crossval.fit(training)
0 commit comments