vrodriguezf / deepvats

Deep Visual Analytics for Time Series
Apache License 2.0
22 stars 4 forks source link

Projections should be a matrix, not a dataframe #73

Open vrodriguezf opened 2 years ago

vrodriguezf commented 2 years ago

There should be a reactive variable (called X or sth) that has the sliced data, coming from the call to tsai.data.SlidingWindow (the same call that it is done in 03_embeddings.ipynb). With that, the current reactive ts_idx_per_embedding_idx may not be needed