Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnakalyan3 committed Jul 20, 2016
1 parent 10d78a5 commit e78d311
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ private[ml] trait CrossValidatorParams extends ValidatorParams {
}

/**
* :: Experimental ::
* K-fold cross validation performs model selection by splitting the dataset into a set of
* non-overlapping randomly partitioned folds which are used as separate training and test datasets
* e.g., with k=3 folds, K-fold cross validation will generate 3 (training, test) dataset pairs,
Expand Down Expand Up @@ -193,7 +192,6 @@ object CrossValidator extends MLReadable[CrossValidator] {
}

/**
* :: Experimental ::
* CrossValidatorModel contains the model with the highest average cross-validation
* metric across folds and uses this model to transform input data. CrossValidatorModel
* also tracks the metrics for each param map evaluated.
Expand Down

0 comments on commit e78d311

Please sign in to comment.