rapidsai/cuml

[FEA] cpp-bench: refactor the `read_csv` method into a more common place

Open

#1,155 opened on Sep 27, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (644 forks)auto 404
? - Needs TriageCUDA / C++Tech Debtfeature requestgood first issuequick-hit

Repository metrics

Stars
 (5,223 stars)
PR merge metrics
 (PR metrics pending)

Description

Filing this issue as per the comment by @cjnolet here. It certainly makes sense to move this logic somewhere which can help increase reuse. However, I'd also like to caution that this function was tailor-made for numerical values only and also only tested for dense csv files! So, we might want to spend some effort on making this function slightly more generic, before migrating it for a wider use inside cuML.

Contributor guide