Performing common visual data analytic tasks using Python and D3.js.
-
Languages:
- Python v3 (for processing server)
- HTML
- CSS
- Javascript
-
Frameworks:
- d3.js (https://d3js.org/) (for client side)
- Flask (https://pypi.org/project/Flask/)
- Implemented Random Sampling and Stratified Sampling
- Performed K-means Clustering for Stratified Sampling using Elbow Method
- Shows the bias introduced using the dimensionality reduction on both original and sampled data.
- Using PCA to find Intrinsic dimensionality of the data
- Raw Data
- Random Sampled Data
- Stratified Sampled Data
- Three attributes with highest PCA loadings
- Raw Data
- Random Sampled Data
- Stratified Sampled Data
Euclidiean Distance
- Raw Data
- Random Sampled Data
- Stratified Sampled Data
Correlation Distance
- Raw Data
- Random Sampled Data
- Stratified Sampled Data
- Raw Data
- Random Sampled Data
- Stratified Sampled Data