kenuxi / EVA

IoSL SS 2020
0 stars 0 forks source link

New Classes: DataStatistics and VisualizationPlotly #1

Closed alrod97 closed 4 years ago

alrod97 commented 4 years ago

As discussed, we'd like to split the big current EvaData class where all the PCA,TSNE is being calculated and also all the Plotly figures are being created into two independent classes.

Currently working on implementing the plot graphs option

alrod97 commented 4 years ago
romaresccoa commented 4 years ago

is the dash plotting reimplementation ready?

alrod97 commented 4 years ago

is the dash plotting reimplementation ready? The new classes are currently being used in the dashboards.py file. Furthermore, my idea is to have an e.g a folder with different dashboards and then call/display a specific dashboard depending if the user wishes to use PCA, LLE, etc. I'm not quite sure how to do that, maybe someone has an idea. The current dashboard is for PCA.