nasaharvest/dora

Add support for feature vector input data

Closed this issue · 5 comments

Add support for feature vector input data

@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.

@urebbapr Just adding a reminder here if you are still planning to rename the CatalogLoader?

This is finished, and I'll initiate a PR now.

wkiri commented

Thanks, @urebbapr ! Do you plan to add support for .csv or should I go ahead and add that?

wkiri commented

@urebbapr I can go ahead and do this now.