Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ keys
Method
keys
hyperopt/mongoexp.py:940–941 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
938
raise
NotImplementedError(
"delete trial_attachment"
)
939
940
def
keys(self):
941
return
[k
for
k in self]
942
943
def
values(self):
944
return
[self[k]
for
k in self]
Callers
15
__init__
Method · 0.80
main_plot_vars
Function · 0.80
miscs_update_idxs_vals
Function · 0.80
miscs_to_idxs_vals
Function · 0.80
__init__
Method · 0.80
generate_trial
Function · 0.80
createHyperoptSpace
Method · 0.80
getFlatParameterNames
Method · 0.80
getFlatParameters
Method · 0.80
convertToFlatValues
Method · 0.80
convertToStructuredValues
Method · 0.80
recommendNextParameters
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_vectorize_config0
Function · 0.64
test_distributions
Function · 0.64