GoelBiju / Visualising-Optimisation-Data

COMP3000 Final Year Project - Visualising Optimisation Data
0 stars 0 forks source link

Add dimensionality reduction #65

Open GoelBiju opened 3 years ago

GoelBiju commented 3 years ago

Description:

Allow for PCA/MDS (multidimensional scaling); possible in JavaScript or Python.

GoelBiju commented 2 years ago

Description:

Allow for PCA/MDS (multidimensional scaling); possible in JavaScript or Python.

Preferably we want to implement PCA for the incoming data. It could be possible that we do this on the backend where we can use other libraries e.g. PCA in scikit-learn.