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
HParam: Stop including default filters by default (#6525)
## Motivation for features / changes
Default hparam and metric filters has lead to a lot of subtle bugs when
values are not as expected
Examples of such errors:
NaN values lead to all runs being filtered out.
Booleans have been treated as strings without domains and thus are
filtered out
Because the existing runs table uses these default filters I am opting
not to outright remove them but rather to only read them if an
additional parameter is provided to the new selector.
0 commit comments