Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ idxs_by_label
Method
idxs_by_label
hyperopt/vectorize.py:426–427 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
424
return
wanted_vals
425
426
def
idxs_by_label(self):
427
return
{name: self.idxs_memo[node]
for
name, node in list(self.params.items())}
428
429
def
vals_by_label(self):
430
return
{
Callers
6
test_vectorize_trivial
Function · 0.95
test_vectorize_simple
Function · 0.95
test_vectorize_multipath
Function · 0.95
test_vectorize_config0
Function · 0.95
__init__
Method · 0.80
build_posterior_wrapper
Function · 0.80
Calls
1
items
Method · 0.80
Tested by
4
test_vectorize_trivial
Function · 0.76
test_vectorize_simple
Function · 0.76
test_vectorize_multipath
Function · 0.76
test_vectorize_config0
Function · 0.76