Index _ | A | B | C | D | E | F | G | K | L | N | P | R | S | T | U _ __init__() (bayesianbandits.Agent method) (bayesianbandits.Arm method) (bayesianbandits.ArmColumnFeaturizer method) (bayesianbandits.BayesianGLM method) (bayesianbandits.ContextualAgent method) (bayesianbandits.DirichletClassifier method) (bayesianbandits.EmpiricalBayesDirichletClassifier method) (bayesianbandits.EmpiricalBayesGammaRegressor method) (bayesianbandits.EmpiricalBayesNormalRegressor method) (bayesianbandits.EpsilonGreedy method) (bayesianbandits.EXP3A method) (bayesianbandits.FunctionArmFeaturizer method) (bayesianbandits.GammaRegressor method) (bayesianbandits.LaplaceApproximator method) (bayesianbandits.LearnerPipeline method) (bayesianbandits.LipschitzContextualAgent method) (bayesianbandits.NormalInverseGammaRegressor method) (bayesianbandits.NormalRegressor method) (bayesianbandits.UpperConfidenceBound method) A a_ (bayesianbandits.NormalInverseGammaRegressor attribute) action_token (bayesianbandits.Arm attribute) add_arm() (bayesianbandits.Agent method) (bayesianbandits.ContextualAgent method) (bayesianbandits.LipschitzContextualAgent method) Agent (class in bayesianbandits) AgentPipeline() (in module bayesianbandits) Arm (class in bayesianbandits) arm() (bayesianbandits.Agent method) (bayesianbandits.ContextualAgent method) (bayesianbandits.LipschitzContextualAgent method) arm_to_update (bayesianbandits.Agent property) ArmColumnFeaturizer (class in bayesianbandits) ArmFeaturizer (class in bayesianbandits) arms (bayesianbandits.Agent property) (bayesianbandits.ContextualAgent property) B b_ (bayesianbandits.NormalInverseGammaRegressor attribute) BayesianGLM (class in bayesianbandits) C classes_ (bayesianbandits.DirichletClassifier attribute) coef_ (bayesianbandits.BayesianGLM attribute) (bayesianbandits.GammaRegressor attribute) (bayesianbandits.NormalInverseGammaRegressor attribute) (bayesianbandits.NormalRegressor attribute) ContextualAgent (class in bayesianbandits) cov_ (bayesianbandits.BayesianGLM property) (bayesianbandits.NormalRegressor property) cov_inv_ (bayesianbandits.BayesianGLM attribute) (bayesianbandits.NormalInverseGammaRegressor attribute) (bayesianbandits.NormalRegressor attribute) D decay() (bayesianbandits.Agent method) (bayesianbandits.Arm method) (bayesianbandits.BayesianGLM method) (bayesianbandits.ContextualAgent method) (bayesianbandits.DirichletClassifier method) (bayesianbandits.EmpiricalBayesDirichletClassifier method) (bayesianbandits.EmpiricalBayesGammaRegressor method) (bayesianbandits.EmpiricalBayesNormalRegressor method) (bayesianbandits.GammaRegressor method) (bayesianbandits.LearnerPipeline method) (bayesianbandits.LipschitzContextualAgent method) (bayesianbandits.NormalInverseGammaRegressor method) (bayesianbandits.NormalRegressor method) DirichletClassifier (class in bayesianbandits) E eb_converged_ (bayesianbandits.EmpiricalBayesDirichletClassifier attribute) (bayesianbandits.EmpiricalBayesGammaRegressor attribute) (bayesianbandits.EmpiricalBayesNormalRegressor attribute) EmpiricalBayesDirichletClassifier (class in bayesianbandits) EmpiricalBayesGammaRegressor (class in bayesianbandits) EmpiricalBayesNormalRegressor (class in bayesianbandits) EpsilonGreedy (class in bayesianbandits) EXP3A (class in bayesianbandits) F fit() (bayesianbandits.BayesianGLM method) (bayesianbandits.DirichletClassifier method) (bayesianbandits.EmpiricalBayesDirichletClassifier method) (bayesianbandits.EmpiricalBayesGammaRegressor method) (bayesianbandits.EmpiricalBayesNormalRegressor method) (bayesianbandits.GammaRegressor method) (bayesianbandits.NormalRegressor method) FunctionArmFeaturizer (class in bayesianbandits) G GammaRegressor (class in bayesianbandits) K known_alphas_ (bayesianbandits.DirichletClassifier attribute) L LaplaceApproximator (class in bayesianbandits) learner (bayesianbandits.Arm attribute) (bayesianbandits.LearnerPipeline property) LearnerPipeline (class in bayesianbandits) LipschitzContextualAgent (class in bayesianbandits) log_evidence_ (bayesianbandits.EmpiricalBayesDirichletClassifier attribute) (bayesianbandits.EmpiricalBayesGammaRegressor attribute) (bayesianbandits.EmpiricalBayesNormalRegressor attribute) N n_classes_ (bayesianbandits.DirichletClassifier attribute) n_eb_iterations_ (bayesianbandits.EmpiricalBayesDirichletClassifier attribute) (bayesianbandits.EmpiricalBayesGammaRegressor attribute) (bayesianbandits.EmpiricalBayesNormalRegressor attribute) n_features_ (bayesianbandits.BayesianGLM attribute) (bayesianbandits.DirichletClassifier attribute) (bayesianbandits.GammaRegressor attribute) (bayesianbandits.NormalInverseGammaRegressor attribute) (bayesianbandits.NormalRegressor attribute) n_iter (bayesianbandits.LaplaceApproximator attribute) named_steps (bayesianbandits.LearnerPipeline property) NormalInverseGammaRegressor (class in bayesianbandits) NormalRegressor (class in bayesianbandits) P partial_fit() (bayesianbandits.BayesianGLM method) (bayesianbandits.DirichletClassifier method) (bayesianbandits.EmpiricalBayesDirichletClassifier method) (bayesianbandits.EmpiricalBayesGammaRegressor method) (bayesianbandits.EmpiricalBayesNormalRegressor method) (bayesianbandits.GammaRegressor method) (bayesianbandits.LearnerPipeline method) (bayesianbandits.NormalRegressor method) policy (bayesianbandits.Agent property) predict() (bayesianbandits.BayesianGLM method) (bayesianbandits.DirichletClassifier method) (bayesianbandits.GammaRegressor method) (bayesianbandits.LearnerPipeline method) (bayesianbandits.NormalRegressor method) predict_proba() (bayesianbandits.DirichletClassifier method) prior_ (bayesianbandits.DirichletClassifier attribute) (bayesianbandits.GammaRegressor attribute) pull() (bayesianbandits.Agent method) (bayesianbandits.Arm method) (bayesianbandits.ContextualAgent method) (bayesianbandits.LipschitzContextualAgent method) R random_state (bayesianbandits.LearnerPipeline property) remove_arm() (bayesianbandits.Agent method) (bayesianbandits.ContextualAgent method) (bayesianbandits.LipschitzContextualAgent method) reward_function (bayesianbandits.Arm attribute) rng (bayesianbandits.Agent property) (bayesianbandits.ContextualAgent property) (bayesianbandits.LipschitzContextualAgent property) S sample() (bayesianbandits.Arm method) (bayesianbandits.BayesianGLM method) (bayesianbandits.DirichletClassifier method) (bayesianbandits.GammaRegressor method) (bayesianbandits.LearnerPipeline method) (bayesianbandits.NormalInverseGammaRegressor method) (bayesianbandits.NormalRegressor method) samples_needed (bayesianbandits.EpsilonGreedy property) (bayesianbandits.EXP3A property) (bayesianbandits.ThompsonSampling property) (bayesianbandits.UpperConfidenceBound property) select() (bayesianbandits.EpsilonGreedy method) (bayesianbandits.EXP3A method) (bayesianbandits.ThompsonSampling method) (bayesianbandits.UpperConfidenceBound method) select_for_update() (bayesianbandits.Agent method) (bayesianbandits.ContextualAgent method) (bayesianbandits.LipschitzContextualAgent method) shape_ (bayesianbandits.NormalInverseGammaRegressor property) T ThompsonSampling (class in bayesianbandits) tol (bayesianbandits.LaplaceApproximator attribute) transform() (bayesianbandits.ArmColumnFeaturizer method) (bayesianbandits.ArmFeaturizer method) (bayesianbandits.FunctionArmFeaturizer method) U update() (bayesianbandits.Agent method) (bayesianbandits.Arm method) (bayesianbandits.ContextualAgent method) (bayesianbandits.EXP3A method) (bayesianbandits.LipschitzContextualAgent method) update_posterior() (bayesianbandits.LaplaceApproximator method) UpperConfidenceBound (class in bayesianbandits)