k-fold split for rating prediction More...
Public Member Functions | |
RatingCrossValidationSplit (IRatings ratings, int num_folds) | |
Create a k-fold split of rating prediction data. | |
Properties | |
int | NumberOfFolds [get, set] |
List< IRatings > | Test [get, set] |
List< IRatings > | Train [get, set] |
k-fold split for rating prediction
the dataset must not be modified after the split - this would lead to undefined behavior
RatingCrossValidationSplit | ( | IRatings | ratings, | |
int | num_folds | |||
) |
Create a k-fold split of rating prediction data.
ratings | the dataset | |
num_folds | the number of folds |