From 2004e7205b751b976f2a19b09f8c723e8c62412f Mon Sep 17 00:00:00 2001 From: Jose Orlando Date: Thu, 29 Feb 2024 18:54:18 +0000 Subject: [PATCH] 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 Co-authored-by: Jack Gerrits --- python/docs/source/tutorials/cmd_first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/docs/source/tutorials/cmd_first_steps.md b/python/docs/source/tutorials/cmd_first_steps.md index 9bb0c502dbd..b37d28ea012 100644 --- a/python/docs/source/tutorials/cmd_first_steps.md +++ b/python/docs/source/tutorials/cmd_first_steps.md @@ -116,6 +116,6 @@ The model predicted a value of **0**. This result means our house will not need ## More to explore - See [Python tutorial](python_first_steps.ipynb) for a quick introduction to the basics of training and testing your model. -- 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). +- 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). - 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). - 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.