Chris Chow

Results 13 comments of Chris Chow

Sorry for the late response! Looks like you're missing some kind of KDtree library, Emgu, and C5. You can install C5 and Emgu from https://github.com/sestoft/C5 and http://www.emgu.com/wiki/index.php/Main_Page respectively, but I...

@get2him you would have to add the dll to your project and make all the calls to KDtree stuff (like nearestNeighbors) call the functions from codeAndCats. is that what you're...

joblib.memory is great but it is painful that it doesn't work quite right with async.

The only parts of this project that depend on spark and flink are the spark and flink dependencies, respectively. I think it is possible to build and publish just the...

well, I have a fork that compiles and publishes the 2.12 artifacts for base Vegas if anyone is interested. (https://github.com/ckchow/Vegas/tree/cchow/scala_2.12) There's an outstanding PR for it here, but you can...

could we cut a new release for 2.12 support?

`raw = spark.read.parquet('gs://bucket/petastorm')` yields ``` [Row(features=bytearray(b"\x93NUMPY\x01\x00v\x00{\'descr\': \'

When using an inmemory local cluster: - writing to / reading from a `file:////temp/` URI works - writing to / reading from `gs://bucket/petastorm` as above does not. This feels like...

The credentials work on all the URLs listed, I tried them in my browser and was able to download the artifacts. Probably not answered from cache, this behavior happens in...

Maybe it's washed out in the report details, but the fact that `PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring poetry install` works does feel like it's a keyring issue. I will see if I can repro...