nasaharvest / dora

Domain-agnostic Outlier Ranking Algorithms (DORA) - SMD cross-divisional use case demonstration of AI/ML
MIT License
10 stars 3 forks source link

DORA Visualization Application #76

Closed jakehlee closed 2 years ago

jakehlee commented 2 years ago

closes #61

See README below for usage instructions. the OS X binary has been included as a .dmg via git lft.


DORA Visualizer

This is a visualization tool for DORA results.

Usage Instructions

OS X: Install from dora_vis/release/dora-vis-0.1.0.dmg

Windows: A windows binary is not yet available.

The following need to be available:

  1. The original DORA configuration.
  2. The results directory from said DORA configuration.
  3. The original data_to_score directory, hdf5, or csv file.

Development Instructions

Dependencies

Launching the development server

  1. cd dora_vis
  2. yarn
  3. yarn electron-dev

Building and packaging

  1. Delete node_modules
  2. yarn install --production
  3. yarn build
  4. yarn dist
hannah-rae commented 2 years ago

I tested with a feature vector dataset and it works great! Note that the failed build is due to a known issue with the negative sampling method planetary test that is being resolved (see #14).