Skip to content

Commit

Permalink
expanded import
Browse files Browse the repository at this point in the history
  • Loading branch information
lnauta committed Jan 13, 2017
1 parent f28cd40 commit c4ae1fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Chapter6_Priorities/Ch6_Priors_PyMC2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@
"outputs": [],
"source": [
"figsize(12.5, 5)\n",
"from other_strats import *\n",
"from other_strats import GeneralBanditStrat, bayesian_bandit_choice, max_mean, lower_credible_choice, \\\n",
" upper_credible_choice, random_choice, ucb_bayes, Bandits\n",
"\n",
"# define a harder problem\n",
"hidden_prob = np.array([0.15, 0.2, 0.1, 0.05])\n",
Expand Down

0 comments on commit c4ae1fd

Please sign in to comment.