#47 closed defect (fixed)
CrossSplitter::validation_data does not return constant number of samples
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | classifier | Version: | |
Keywords: | Cc: |
Description
It should not be constant but close. Find the bug and add test.
Change History (3)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed. The samples are divided into k groups. Each group is as balanced as possible, i.e., 1/k of samples from each class is the different group. The grouping is also globally balanced, and each sample does only occur in one group.