rapidsai/cuml
View on GitHub[FEA] cpp-bench: refactor the `read_csv` method into a more common place
Open
#1,155 opened on Sep 27, 2019
? - 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.