Add ability to load csv into List<Row> for model training #8

Closed
opened 2018-07-05 19:07:57 +00:00 by joel · 0 comments
Owner

In order to use any decently sized dataset the data needs to be loaded from some file. CSVs are a easy to use, popular format.

Requirements:

  • NAs need to be properly classified.

Optional:

  • Automatically recognize which Covariate class to use for each column. Initially I'm okay with having to specify the columns and its type, and in the case of factors its levels too.
In order to use any decently sized dataset the data needs to be loaded from some file. CSVs are a easy to use, popular format. Requirements: * NAs need to be properly classified. Optional: * Automatically recognize which Covariate class to use for each column. Initially I'm okay with having to specify the columns and its type, and in the case of factors its levels too.
joel added this to the Primary Tasks milestone 2018-07-05 19:07:57 +00:00
joel closed this issue 2018-07-06 20:23:41 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: joel/largeRCRF-Java#8
No description provided.