From 430adae9fbc5313e59f43a31bbe9bd7700365935 Mon Sep 17 00:00:00 2001 From: Aaron Yan Date: Mon, 17 Jul 2023 22:04:46 -1000 Subject: [PATCH] Fix spelling in 01_intro.ipynb Proposal to fix the spelling of Ron Kohavi. --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index ac30dc0..bceeccb 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -2377,7 +2377,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This model is using the [*Adult* dataset](http://robotics.stanford.edu/~ronnyk/nbtree.pdf), from the paper \"Scaling Up the Accuracy of Naive-Bayes Classifiers: a Decision-Tree Hybrid\" by Rob Kohavi, which contains some demographic data about individuals (like their education, marital status, race, sex, and whether or not they have an annual income greater than \\$50k). The model is over 80\\% accurate, and took around 30 seconds to train." + "This model is using the [*Adult* dataset](http://robotics.stanford.edu/~ronnyk/nbtree.pdf), from the paper \"Scaling Up the Accuracy of Naive-Bayes Classifiers: a Decision-Tree Hybrid\" by Ron Kohavi, which contains some demographic data about individuals (like their education, marital status, race, sex, and whether or not they have an annual income greater than \\$50k). The model is over 80\\% accurate, and took around 30 seconds to train." ] }, {