Separate data management from featurization; new "Data" tab handles uploading/transforming time series files. Featurization/prediction no longer handle data upload themselves.
Also adds a TimeSeries class that stores all the relevant {,meta}data about a single time series and handles saving/loading as netCDF4 files.
Separate data management from featurization; new "Data" tab handles uploading/transforming time series files. Featurization/prediction no longer handle data upload themselves.
Also adds a
TimeSeries
class that stores all the relevant {,meta}data about a single time series and handles saving/loading as netCDF4 files.TODO: