mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-01 18:29:49 +00:00
typo (#101)
This commit is contained in:
parent
c8da829e4d
commit
c0be2eefe8
@ -301,7 +301,7 @@
|
||||
"from flaml.tune import loguniform\n",
|
||||
"''' create another AutoVW instance for tuning namespace interactions and learning rate'''\n",
|
||||
"# set up the search space and init config\n",
|
||||
"search_space_nilr = {'interactions': AutoVW.AUTO_STRING, 'learning_rate': loguniform(lower=2e-10, upper=1.0)}\n",
|
||||
"search_space_nilr = {'interactions': AutoVW.AUTOMATIC, 'learning_rate': loguniform(lower=2e-10, upper=1.0)}\n",
|
||||
"init_config_nilr = {'interactions': set(), 'learning_rate': 0.5}\n",
|
||||
"# create an AutoVW instance\n",
|
||||
"autovw_nilr = AutoVW(max_live_model_num=5, search_space=search_space_nilr, init_config=init_config_nilr)\n",
|
||||
@ -412,4 +412,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user