DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
25 stars 8 forks source link

Summary Statistics in User Dashboard #580

Open karkir0003 opened 1 year ago

karkir0003 commented 1 year ago

Describe the solution you'd like User dashboard currently has table that shows all executions a user made (ie: training requests) along with status. Along with users being able to see results and plots of successful trainings within the app, the dashboard should contain the following summary statistics (interactivity is of utmost importance here!)

Additional context A table of executions is like "raw data". We want to provide users with avenues to understand their training requests and this type of analysis can start with basic exploratory data analysis of the user's executions. This task can open up some possibilities of personalized recommendations based on simple heuristics to reduce churn and increase user engagement

Setup Instructions (what branch to work off of) Run the following commands

git checkout dev
git pull origin dev
git checkout -b dashboard-summary-stats

FYI: If you are not able to immediately run git checkout dev, make sure you commit your changes in the current branch or run git stash and then run the above commands

karkir0003 commented 1 year ago

@dwu359 did anyone work on this?