aaronquantexa

Results 2 issues of aaronquantexa

CL: - Add check that `topTreeSize` parameter is greater than the input data size. Throws an exceptions stating this. Motivation behind the change was on this raised issue: https://github.com/saurfang/spark-knn/issues/21 about...

Had a play with solving this one: https://github.com/spotify/featran/issues/51 CL: - Implements an equivalent functional output to: https://github.com/tensorflow/transform/blob/master/tensorflow_transform/mappers.py#L1209 using the Transformer API on `Array[Int]` . Is efficient because it iterates over...