Skip to content

Commit c4ae1fd

Browse files
committed
expanded import
1 parent f28cd40 commit c4ae1fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Chapter6_Priorities/Ch6_Priors_PyMC2.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,8 @@
706706
"outputs": [],
707707
"source": [
708708
"figsize(12.5, 5)\n",
709-
"from other_strats import *\n",
709+
"from other_strats import GeneralBanditStrat, bayesian_bandit_choice, max_mean, lower_credible_choice, \\\n",
710+
" upper_credible_choice, random_choice, ucb_bayes, Bandits\n",
710711
"\n",
711712
"# define a harder problem\n",
712713
"hidden_prob = np.array([0.15, 0.2, 0.1, 0.05])\n",

0 commit comments

Comments
 (0)