-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mlos_interactive: User friendly graphs and data exploration #936
Comments
I also think there should be an assumtion that we will only focus on viewing published data such as in https://github.com/Microsoft-CISL/sqlite-autotuning/pull/51/files A preformance tuner researcher can then view diffrent dropdowns of benchmarks with param values as a guide to tune based on their workloads |
@bpkroth @motus @eujing check out Microsoft-CISL/sqlite-autotuning#53 on codespaces, should work out of the box (except for dependencies: pip install may be req)
Running the Frontend
|
@eujing had the idea for the parallel plot over summer I think it's super cool, never heard of it before that |
I guess the Main Issue is the decision on how to integrate the GUI into mlos upstream, it works fine on codespaces I think leaving the GUI code unexposed for a dashboard is a good idea to not over engineer but for the notebook I do see benifit in making it an api in mlos_viz/mlos_interactive |
I put https://github.com/microsoft/MLOS/tree/4f6f5b025a33ae61ece70442a62bf825aeb9bad0/mlos_vizpanel into one of my https://github.com/Microsoft-CISL/sqlite-autotuning/ forks
Microsoft-CISL/sqlite-autotuning#53
Microsoft-CISL/sqlite-autotuning#51
Based on this there are two key objectives to ensure a preformance tuner (the end user/validator) would be pleased whilst using MLOS
Either it is put in mlos_viz or we create a new effort for this as discussed previously #824 and #838. Im fine with either
The text was updated successfully, but these errors were encountered: