Fix spelling in 01_intro.ipynb

Proposal to fix the spelling of Ron Kohavi.
This commit is contained in:
Aaron Yan 2023-07-17 22:04:46 -10:00 committed by GitHub
parent 823b69e00a
commit 430adae9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
]
},
{