Skip to content

Aliro v0.19

Compare
Choose a tag to compare
@jay-m-dev jay-m-dev released this 10 Dec 01:57
· 540 commits to master since this release

Changelog

  • Data visualization improvements including interactive and responsive t-SNE, PCA, feature importance, and learning curve plots for classification tasks
  • Add popups to show step-by-step instructions for using Aliro
  • Create Aliro Ed intro webpage and production webpage
  • Various bugfixes

See the documentation at https://epistasislab.github.io/Aliro/ for more instructions.

Requirements:

See the installation instructions for prerequisite software requirements.

Installation:

  1. Download the production zip Aliro-0_19.zip from the Assets section below (be sure not to download the source code zip).
  2. Unzip the archive

Running:

See Using Aliro for instructions.

  • From the command line, navigate to the Aliro directory and run the command docker-compose up to start the Aliro server.
  • To stop Aliro, kill the process with ctrl+c and wait for the server to shut down.
  • Once the webserver is up, connect to http://localhost:5080/ to access the website.

What's Changed

  • Add support for running PennAI on Raspberry Pi by @JDRomano2 in #305

  • Create aliroed web application with data visualization in D3.js by @HyunjunA in #376

  • Add popups to explain how to use aliro and interactive donut chart to show class rate information by @HyunjunA in #380

  • Add interactive t-sne, pca, feature important, and learning curve charts to aliro by @HyunjunA in #395

  • Update skl_util.py code to deal with exceptional case for learning curve plot by @HyunjunA in #438

  • Infvisfrontendmlbackend by @jay-m-dev in #444

New Contributors

Full Changelog: v0.17...v0.19