MCPcopy Create free account
hub / github.com/RolnickLab/climart / lower_than

Function lower_than

analysis/wandb_api.py:49–51  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

47
48
49def lower_than(**kwargs) -> Callable:
50 return lambda run: all(hasattr(run.config, hyperparam) and value < run.config[hyperparam]
51 for hyperparam, value in kwargs.items())
52
53
54def df_larger_than(**kwargs) -> DF_MAPPING:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected