Updated 6 months ago

tensorboard-reducer • Rank 12.2 • Science 54%

Reduce multiple PyTorch TensorBoard runs to new event (or CSV) files.

Updated 6 months ago

@stdlib/utils-async-reduce • Rank 4.0 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Updated 6 months ago

@stdlib/utils-reduce • Rank 3.6 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Updated 6 months ago

@stdlib/utils-map-reduce-right • Rank 2.9 • Science 44%

Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.

Updated 6 months ago

@stdlib/utils-map-reduce • Rank 2.9 • Science 44%

Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.

Updated 6 months ago

@stdlib/utils-reduce-right • Rank 2.5 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 6 months ago

@stdlib/utils-reduce2d • Rank 2.4 • Science 44%

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

Updated 6 months ago

utils-async-reduce-right • Rank 0.7 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 5 months ago

https://github.com/paulwilcox/fluent-data • Rank 5.7 • Science 13%

Manipulate datasets by chaining methods. Includes capacity to map, filter, sort, group, reduce, and merge data. Built in reducers include multiple regression.

Updated 5 months ago

https://github.com/a-imantha/average-calculation-map-reduce • Science 26%

Calculating Average of a list of numbers with a map-reduce approach on hadoop.