dssg/UPSG

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.)

zar1 commented

Done for time in 22fc5c7. Still needs a space equivalent.

Nice, cool!

zar1 commented

Thanks kennyjoseph.

zar1 commented

Finished forever as of 9088c3f! Argh! That took so many commits to figure out!