Skip to content
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

[UX, aimodel] Revive rapid-turnaround plots for debugging ai models #871

Closed
trentmc opened this issue Apr 9, 2024 · 1 comment · Fixed by #874
Closed

[UX, aimodel] Revive rapid-turnaround plots for debugging ai models #871

trentmc opened this issue Apr 9, 2024 · 1 comment · Fixed by #874
Assignees
Labels
Type: Enhancement New feature or request

Comments

@trentmc
Copy link
Member

trentmc commented Apr 9, 2024

Background / motivation

We used to have a flow in https://github.com/oceanprotocol/pdr-backend/blob/main/pdr_backend/aimodel/test/test_aimodel_factory.py

Where when SHOW_PLOT = True, it has specific plots that are shown on screen when a given test is run. (And the test will fail at the end because SHOW_PLOT is True).

This is very useful for rapid iterations in developing models, and related tools (eg variable importance). Rapid = every few seconds.

It was removed as part of streamlit.

TODOs / DoD

Revive the flow. It's ok to use pyplot (vs matplotlib). It's ok to render in the browser (vs standalone window). The key thing is that it has to be light.

@trentmc
Copy link
Member Author

trentmc commented Apr 15, 2024

Fixed in PR #874

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
2 participants