Skip to content

Commit

Permalink
typo (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyun-wu authored Jun 4, 2021
1 parent c8da829 commit c0be2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/flaml_autovw.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -412,4 +412,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit c0be2ee

Please sign in to comment.