You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO refactor plot_signal_detections in classify
Plotting was a part of the original pipeline, to monitor pipeline stages.
However, producing these data for every run will become costly to manage.
I think its best to just store the data used to build the plots, and only plot on demand.
For example, only showing plots as a part of the dashboard, when a row has been selected.
The text was updated successfully, but these errors were encountered:
pmhalvor
changed the title
refactor plot_signal_detections in classify
Refactor plotting
Oct 19, 2024
whale-speech/src/stages/classify.py
Line 165 in 725794e
Plotting was a part of the original pipeline, to monitor pipeline stages.
However, producing these data for every run will become costly to manage.
I think its best to just store the data used to build the plots, and only plot on demand.
For example, only showing plots as a part of the dashboard, when a row has been selected.
The text was updated successfully, but these errors were encountered: