Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -6,8 +6,27 @@ colorTo: red
6
  sdk: docker
7
  pinned: false
8
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
 
 
11
  Andromeda allows users to visualize high dimensional data in a 2-dimensional plot using weighted multidimensional scaling. Through the interactive interface users can explore the relationships within their data by adjusting the variable weights and viewing an updated plot. Alternatively users can arrange the items in the plot so that Andromeda can determine new variable weights and create a new projection.
12
 
13
  The _Fetch image data_ tab gives users the ability to fetch data from iNaturalist observations and pair them with satellite RGB and landcover data for analysis with Andromeda.
 
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
+ description: >-
10
+ Interactive tool for visualizing high-dimensional data using weighted multidimensional scaling.
11
+ tags:
12
+ - data-visualization
13
+ - data-analysis
14
+ - exploration
15
+ - data
16
+ - visualization
17
+ - clustering
18
+ - EDA
19
+ - dimensionality-reduction
20
+ - MDS
21
+ - data-exploration
22
+ - visual-analytics
23
+ - human-in-the-loop
24
+ - weighted-multi-dimensional-scaling
25
+ - interactive-evaluation
26
  ---
27
 
28
+ # Andromeda Demo
29
+
30
  Andromeda allows users to visualize high dimensional data in a 2-dimensional plot using weighted multidimensional scaling. Through the interactive interface users can explore the relationships within their data by adjusting the variable weights and viewing an updated plot. Alternatively users can arrange the items in the plot so that Andromeda can determine new variable weights and create a new projection.
31
 
32
  The _Fetch image data_ tab gives users the ability to fetch data from iNaturalist observations and pair them with satellite RGB and landcover data for analysis with Andromeda.