DashAI icon indicating copy to clipboard operation
DashAI copied to clipboard

Front/results plot

Open danielroco opened this issue 11 months ago • 0 comments

Summary

Elimination of the Results module for integration into the Experiments section has been implemented. The presentation of the Runs table and its details has been refined, alongside the incorporation of data visualization through Plotly. Currently supported chart types include Radar, Bar, and Pie Charts.

Type of change

  • Front end new feature.
  • Bug fix.
  • Refactoring.

Changes

  • Removal of the Results module and all corresponding calls to this module.
  • The Results module has been relocated to a Dialog within the Experiments module.
  • Optimization of the code for calling the Results module.
  • Refactoring of the entire Results section.
  • Implementation of charts using Plotly, currently supporting Radar, Bar, and Pie Charts.
  • Generalization in data retrieval for the charts.
  • Allow the user to choose which metrics to display on the charts or utilize the general ones.
  • Frontend adjustments based on usability testing.
  • Addition of alerts in various parts of the interface.

Outstanding

Outstanding refactors:

  • ResultsTable.jsx
  • ResultsDetails.jsx
  • ResultsGraphs.jsx

Possible Outstanding refactors:

  • Results.jsx
  • ResultsDetailsLayout.jsx
  • ResultsTabParametersList.jsx

Also, ExperimentsList.jsx needs to be reviewed to see if it is linked to anything.

How to Test

Start the application and navigate to the Experiments module, then press the eye icon to access the Results Dialog. image

Screenshots

image image image image

danielroco avatar Apr 01 '24 14:04 danielroco