Errata
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted By | Date submitted | Date corrected |
---|---|---|---|---|---|
chapter 4 first code example |
The class definition needs a colon at the end in order to compile. Note from the Author or Editor: |
Anonymous | Mar 13, 2018 | ||
chapter 6 last sentence of last paragraph before conclusion |
In " without any addition changes needed:" Note from the Author or Editor: |
Anonymous | Mar 09, 2018 | ||
chapter 6 7th paragraph after Latent Dirichlet Allocation (LDA) heading |
"Under our TopicModels class" Note from the Author or Editor: |
Anonymous | Mar 09, 2018 | ||
chapter 6 8th paragraph after Latent Dirichlet Allocation (LDA) heading |
"each of topic" is not grammatical. Note from the Author or Editor: |
Anonymous | Mar 09, 2018 | ||
chapter 6 paragraph before the classify method code listing |
The following sentence is ungrammatical: Note from the Author or Editor: |
Anonymous | Mar 09, 2018 | ||
chapter 6 In a paragraph far into the K-MEANS AND MINIBATCH K-MEANS section |
Here is the problem paragraph: "Inside our KMeansTopics class, we’ll create a vectorize method, which takes a document (a list of (tag, token) tuples, vectorizes it using one-hot encoding, and returns a NumPy array representation of the document." Note from the Author or Editor: |
Anonymous | Mar 09, 2018 | ||
chapter 6 in the paragraph before the cluster method code listing (1/3rd way through the chapter) |
The following conjugates the word "use" incorrectly, the subject of the verb "use" is "the algorithm" which is 3rd person singular, and so the verb "use" here should be conjugated as "uses", that is with an "s" at the end. Note from the Author or Editor: |
Anonymous | Mar 09, 2018 | ||
Chapter 6 second paragraph after K-MEANS AND MINIBATCH K-MEANS heading |
"is convenient place to start" Note from the Author or Editor: |
Anonymous | Mar 09, 2018 | ||
chapter 6 Section: distance metrics: paragraph under Venn Diagram figure |
"There are multiple implementations of edit distance, all variations on Levenstein distance, but which exact differing penalties for insertions, deletions and substitutions, as well as potentially increased penalties for gaps and transpositions." Note from the Author or Editor: |
Anonymous | Mar 09, 2018 | ||
chapter 5 conclusion |
The following sentence is ungrammatical: Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
Chapter 5 Conclusion |
You are missing the subject from the sentence that starts with Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 5 3rd paragraph of "Building the Training Data" |
The subject is missing from the beginning of the sentence: Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 5 paragraph that starts "The precision of a class, A" (in the exact middle of the chapter) |
1. overuse of monospace font for whole sentences. Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
Chapter 5, Model construction: third paragraph: first sentence |
"it's" should be "its" (i.e. without the apostrophe) in "as it’s first argument" Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 5, first paragraph of "Model Construction" section: second last sentence |
"and a Support Vector Machines." Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 5 paragraph before heading titled "Cross-Validation" |
In the text Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 5 2nd paragraph, third sentence |
The sentence in which the following text occurs: Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
Chapter 4 Section titled "Building models": third paragraph: first sentence |
The following text Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 4 second last paragraph of Text Normalization |
In the text: Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 4 last paragraph in Corpus Loader section |
2 issues in the following text: Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 4 5th paragraph of Section titled Corpus Loader |
In "so that we can easily look up the number folds specified by the loader". Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
Chapter 4 last paragraph of Benefits and Limits of Vector Encoding |
"a pure bag-of-words model works about 85% of time" Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 4 last paragraph of Benefits and Limits of Vector Encoding |
Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 4 in a code example |
In a code example in chapter 4 (approximately half way through the chapter), "Dictionary" is misspelled as "Dictionar", that is missing the last "y". The code will not work because there is no package called "Dictionar". Note from the Author or Editor: |
Anonymous | Mar 08, 2018 | ||
chapter 1 chapter 1: The Data Product Pipeline: 2nd paragraph = under Figure 1-2 |
In the text "does not differ sign from the pipeline", replace the word "sign" with "significantly". I believe this is a typo. Note from the Author or Editor: |
Anonymous | Mar 01, 2018 | ||
chapter 3 chapter 3: Model selection as search: second paragraph: middle of last sentence |
"able leverage" should be "able to leverage" in order for the sentence to be grammatical. Note from the Author or Editor: |
Anonymous | Mar 01, 2018 | ||
Chapter 2 "Text Acquisition and Ingestion", Title: "APIs: Twitter and Search" |
In the code snippet that shows how to access the twitter API, you can read: |
ivan | Aug 13, 2017 | ||
3 6th paragraph in Corpus Disk Structure |
The file should be manifest.json in the below code snippet as per the comment- |
Deepak Mahendrakar | Jun 22, 2017 |