JuliaStats / MLBase.jl

A set of functions to support the development of machine learning algorithms
MIT License
186 stars 63 forks source link

Fix k-fold CV #4

Closed BigCrunsh closed 10 years ago

BigCrunsh commented 10 years ago

In k-fold cross-validation, the single subsample is used as the validation data for testing the model, and the remaining k − 1 subsamples are used for training.

lindahua commented 10 years ago

Thanks!