Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ items
Method
items
hyperopt/mongoexp.py:946–947 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
944
return
[self[k]
for
k in self]
945
946
def
items(self):
947
return
[(k, self[k])
for
k in self]
948
949
return
Attachments(self.handle)
950
Callers
15
dot_hyperparameters
Function · 0.80
__init__
Method · 0.80
SONify
Function · 0.80
spec_from_misc
Function · 0.80
argmin
Method · 0.80
evaluate
Method · 0.80
evaluate_async2
Method · 0.80
refresh
Method · 0.80
fmin
Method · 0.80
generate_trial
Function · 0.80
fmin
Function · 0.80
recurse
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_arbitrary_ids
Method · 0.64
test_expr_to_config
Function · 0.64
check_d_samples
Function · 0.64