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

Function larger_than

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

Source from the content-addressed store, hash-verified

42
43
44def larger_than(**kwargs) -> Callable:
45 return lambda run: all(hasattr(run.config, hyperparam) and value > run.config[hyperparam]
46 for hyperparam, value in kwargs.items())
47
48
49def lower_than(**kwargs) -> Callable:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected