Ejemplo n.º 1
0
 def load_data(ts, blob):
     jd = common.JoinedData(block_blob_service, cache_folder,
                            joined_examples_container, ts, blob)
     if not os.path.exists(jd.filename + '.ids'):
         print("Indexing " + jd.filename)
         subprocess.call("C:\\work\\mwt-ds\\x64\\Release\\LogCookig.exe " +
                         jd.filename)
Ejemplo n.º 2
0
 def load_data(ts, blob):
     jd = common.JoinedData(block_blob_service, cache_folder,
                            joined_examples_container, ts, blob)
     jd.index()
     return jd