taxi

Winning entry to the Kaggle taxi competition
git clone https://esimon.eu/repos/taxi.git
Log | Files | Refs | README

tvt_test.py (145B)


      1 import random
      2 
      3 begin = 1372636853
      4 end = 1404172787
      5 
      6 random.seed(42)
      7 cuts = []
      8 for i in range(500):
      9     cuts.append(random.randrange(begin, end))