cross-validate by time/space.
Closed this issue · 4 comments
zar1 commented
Probably the best thing to do is subclass sklearn.cross_validation._PartitionIterator (I know. It's an internal API. It's not the best, but sklearn isn't considerate enough to give us an external equivalent.)
kennyjoseph commented
Nice, cool!
zar1 commented
Thanks kennyjoseph.