Interface | Description |
---|---|
CrossfoldMethod |
The method to be used for crossfolding.
|
HistoryPartitionMethod |
Partitioning algorithm for an ordered sequence of events into train and test events.
|
Class | Description |
---|---|
Crossfolder |
Partitions a data set for cross-validation.
|
CrossfoldMethods | |
FractionHistoryPartitionMethod |
Partition a list by fraction.
|
HistoryPartitions |
Factories for creating
HistoryPartitionMethod instances. |
HoldoutNHistoryPartitionMethod |
Partition the last part of list by holding out a fixed number of elements.
|
RetainNHistoryPartitionMethod |
Partition the event list by retaining a fixed number of elements.
|
Enum | Description |
---|---|
SortOrder |
Sort order for partitioning events per user or item.
|