rapidsai/cuml

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

Open

#1.155 aberto em 27 de set. de 2019

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

Métricas do repositório

Stars
 (5.223 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador