From c4ae1fd8b859c9e25fcbc4682e3ede8f23329fef Mon Sep 17 00:00:00 2001 From: Lodewijk Nauta Date: Fri, 13 Jan 2017 12:19:28 +0100 Subject: [PATCH] expanded import --- Chapter6_Priorities/Ch6_Priors_PyMC2.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Chapter6_Priorities/Ch6_Priors_PyMC2.ipynb b/Chapter6_Priorities/Ch6_Priors_PyMC2.ipynb index 0494508b..ab525274 100644 --- a/Chapter6_Priorities/Ch6_Priors_PyMC2.ipynb +++ b/Chapter6_Priorities/Ch6_Priors_PyMC2.ipynb @@ -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",