From 3175bb1b6400483f4d40040054ad2c01cd58f09d Mon Sep 17 00:00:00 2001 From: "Mark Tabladillo marktab.net" Date: Mon, 5 Jun 2023 14:47:09 -0400 Subject: [PATCH] docs: Update Vowpal Wabbit - Overview.ipynb (#1972) spelling --- notebooks/features/vw/Vowpal Wabbit - Overview.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/features/vw/Vowpal Wabbit - Overview.ipynb b/notebooks/features/vw/Vowpal Wabbit - Overview.ipynb index 3324efc68e..66c5258fe6 100644 --- a/notebooks/features/vw/Vowpal Wabbit - Overview.ipynb +++ b/notebooks/features/vw/Vowpal Wabbit - Overview.ipynb @@ -7,7 +7,7 @@ "source": [ "\n", "\n", - "# VowalWabbit \n", + "# VowpalWabbit \n", "\n", "[VowpalWabbit](https://github.com/VowpalWabbit/vowpal_wabbit) (VW) is a machine learning system which\n", "pushes the frontier of machine learning with techniques such as online, hashing, allreduce,\n", @@ -73,7 +73,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Heart Disease Detection with VowalWabbit Classifier\n", + "## Heart Disease Detection with VowpalWabbit Classifier\n", "\n", "" ] @@ -151,7 +151,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "#### Use VowalWabbitFeaturizer to convert data features into vector" + "#### Use VowpalWabbitFeaturizer to convert data features into vector" ] }, {