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
We have made some progress in this bug. Now we use LocalStorage (not a panacea--if you want per-experiment settings like run selection, LocalStorage cannot scale to N-number of experiments; we can consider having some kind of LRU scheme but there could be a one logdir with many runs that can exhaust the size limit of LocalStorage) for persisting global settings like soothing, ignore outlier, reload, etc...
Until we have more bulletproof solution for "Experiment specific preference", we can keep this issue opened.
As mentioned in #893 (e.g., in this comment, #893 (comment)), we need a mechanism for persisting user settings / preferences.
I'm capturing some items / ideas here that should be put into a RFC / requirements doc.
Based on above considerations, schema/mechanism of the backend will change (simple KV pair or relational structure)
The text was updated successfully, but these errors were encountered: