Skip to content

Commit

Permalink
docs: Update Vowpal Wabbit - Contextual Bandits.ipynb (#1970)
Browse files Browse the repository at this point in the history
spelling
  • Loading branch information
marktab authored Jun 5, 2023
1 parent f7025b4 commit bf75b9f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"# Contextual-Bandits using Vowpal Wabbit\n",
"\n",
"In the contextual bandit problem, a learner repeatedly observes a context, chooses an action, and observes a loss/cost/reward for the chosen action only. Contextual bandit algorithms use additional side information (or context) to aid real world decision-making. They work well for choosing actions in dynamic environments where options change rapidly, and the set of available actions is limite\n",
"In the contextual bandit problem, a learner repeatedly observes a context, chooses an action, and observes a loss/cost/reward for the chosen action only. Contextual bandit algorithms use additional side information (or context) to aid real world decision-making. They work well for choosing actions in dynamic environments where options change rapidly, and the set of available actions is limited.\n",
"\n",
"An in-depth tutorial can be found [here](https://vowpalwabbit.org/docs/vowpal_wabbit/python/latest/tutorials/python_Contextual_bandits_and_Vowpal_Wabbit.html)\n",
"\n",
Expand Down Expand Up @@ -77,7 +77,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Step 2: Use VowalWabbitFeaturizer to convert data features into vector"
"## Step 2: Use VowpalWabbitFeaturizer to convert data features into vector"
]
},
{
Expand Down Expand Up @@ -109,7 +109,7 @@
"source": [
"## Step 3: Train model\n",
"\n",
"VowaplWabbitGeneric performs these steps:\n",
"VowpalWabbitGeneric performs these steps:\n",
"\n",
"* trains a model for each split (=group)\n",
"* synchronizes accross partitions after every split\n",
Expand Down

0 comments on commit bf75b9f

Please sign in to comment.