techascent / tech.ml.dataset

A Clojure high performance data processing system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inaccurate docstring for tech.v3.dataset.reductions/index-reducer

hjrnunes opened this issue · comments

Docstring for tech.v3.dataset.reductions/index-reducer has

`:finalize` - Optional argument to perform a final pass on the result of the reduction
    before it is set as the row value for the column.

whereas the actual param name is :finalize-fn

Yeah - sorry about that :-). Definitely fixing this one.