apache / apache/arrow-rs

Implement dot-product in a compute kernel

Open
#164 1 comment 0 reactions 1 assignee Claimed by @devanbenz View on GitHub
arrow
Dominant language
Rust
Stars
3.6k
Forks
1.3k
Avg merge
2d 18h
Merged PRs (30d)
169

Description

*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11115

An efficient implementation of the [dot-product|https://en.wikipedia.org/wiki/Dot_product] is useful for many machine-learning applications.

I would propose to treat null as zero for the implementation. This behavior is sensible because it corresponds to dropping any observation where null-data is present. 

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.