DublinLearningGroup / dataexpks

This package creates a kickstart rmarkdown document that automatically performs some basic data exploration for the supplied dataset.
MIT License
3 stars 2 forks source link

Improve the Logic for Numeric Data Visualisation #23

Closed kaybenleroll closed 7 years ago

kaybenleroll commented 7 years ago

The code that produces the MDS and t-SNE visualisation is clunky and needs to be cleaned up.

Need the think of a much more elegant and clean way to implement those ideas.

kaybenleroll commented 7 years ago

Put all the data manipulation together so that it randomly selects rows when the input is beyond a certain size.