Skip to content

Commit 2004e72

Browse files
josecumbebassmangjackgerrits
authored
docs: Fix typo in Command Line Basics tutorial (#4679)
* docs: Fix typo in "Command Line Basics" tutorial * Update cmd_first_steps.md --------- Co-authored-by: Griffin Bassman <[email protected]> Co-authored-by: Jack Gerrits <[email protected]>
1 parent 8e4cb19 commit 2004e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/docs/source/tutorials/cmd_first_steps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ The model predicted a value of **0**. This result means our house will not need
116116
## More to explore
117117

118118
- See [Python tutorial](python_first_steps.ipynb) for a quick introduction to the basics of training and testing your model.
119-
- To learn more about how to approach a contextual bandits problem using tVowpal Wabbit — including how to work with different contextual bandits approaches, how to format data, and understand the results — see the [Contextual Bandit Reinforcement Learning Tutorial](python_Contextual_bandits_and_Vowpal_Wabbit.ipynb).
119+
- To learn more about how to approach a contextual bandits problem using Vowpal Wabbit — including how to work with different contextual bandits approaches, how to format data, and understand the results — see the [Contextual Bandit Reinforcement Learning Tutorial](python_Contextual_bandits_and_Vowpal_Wabbit.ipynb).
120120
- For more on the contextual bandits approach to reinforcement learning, including a content personalization scenario, see the [Contextual Bandit Simulation Tutorial](python_Simulating_a_news_personalization_scenario_using_Contextual_Bandits.ipynb).
121121
- See the [Linear Regression Tutorial](cmd_linear_regression.md) for a different look at the roof replacement problem and learn more about Vowpal Wabbit's format and understanding the results.

0 commit comments

Comments
 (0)