Add support for feature vector input data
Closed this issue · 5 comments
hannah-rae commented
Add support for feature vector input data
hannah-rae commented
@urebbapr see #16 for my implementation of the time series data loader - I think the feature vector data loader can be basically identical because right now we are not doing anything special for time series vs. feature vectors but discussed that we should keep it separate in case we want to in the future. Let me know if you see any issues when you are creating the feature vector data loader.
hannah-rae commented
@urebbapr Just adding a reminder here if you are still planning to rename the CatalogLoader?
urebbapr commented
This is finished, and I'll initiate a PR now.