Skip to content
Snippets Groups Projects
Commit b0baa11d authored by Yin Huai's avatar Yin Huai
Browse files

[HOT-FIX] Fix style.

https://github.com/apache/spark/pull/8882 broke our build.

Author: Yin Huai <yhuai@databricks.com>

Closes #8964 from yhuai/fixStyle.
parent 633aaae0
No related branches found
No related tags found
No related merge requests found
......@@ -138,8 +138,8 @@ class CrossValidator(override val uid: String) extends Estimator[CrossValidatorM
* Model from k-fold cross validation.
*
* @param bestModel The best model selected from k-fold cross validation.
* @param avgMetrics Average cross-validation metrics for each paramMap in [[estimatorParamMaps]], in the
* corresponding order.
* @param avgMetrics Average cross-validation metrics for each paramMap in
* [[estimatorParamMaps]], in the corresponding order.
*/
@Experimental
class CrossValidatorModel private[ml] (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment