Richard Whitcomb

Results 8 issues of Richard Whitcomb

I saw #208 which looks very close to the issue I am having although the end result of that seemed to be a typo. My current problem is I see...

It would be nice to be able to have a function on FeatureSpec that allows for a prefix on each Transformer name. ```scala FeatureSpec.of[T].withNamedPrefix("my_prefix").required(...) ``` The main reason is that...

enhancement
help wanted

Some of this works is derived from similar functions in the Spark library. For Binary Classifications tasks it will compute a confusion matrix. You can also aggregator over these confusions...

Right now the DataFrame and Dictionary reads will fail on Sparse Tensor reads from TF. One way forward is to use Tensorflow to stack these tensors but this is expensive...

If a json object has a field with name length the internal code seems to set the value to some internal length attribute and you get an error of "...

Lingual has some nice features that would be nice to have for some small adhoc jobs and especially with the Scalding REPL. These changes do not contain the repl code...

I had been using the GraphX library in Spark and realized that scalding does a much better job with very large graphs with heavy skew. Some of the features in...

Anyone interested in a Graph Library for Scalding? I have an internal project that for the most part is based on the api of GraphX in Spark(https://github.com/apache/spark/blob/master/graphx/src/main/scala/org/apache/spark/graphx/Graph.scala). I was thinking...