cesium-ml / cesium

Machine Learning Time-Series Platform
Other
671 stars 101 forks source link

[WIP] Dataset management #150

Closed bnaul closed 8 years ago

bnaul commented 8 years ago

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:

  1. Fix front-end tests
  2. Documentation