Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed algorithm numbering #250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gwtaylor
Copy link

In the current version of the book, there is a mismatch between the algorithm numbers referenced in the text and the numbering in the actual algorithms.

For example, DecisionTreeTrain is labeled as Algorithm 1, but is referenced as Algorithm 1.3 and DecisionTreeTest is labeled as Algorithm 2 and is also referenced as Algorithm 1.3.

This PR addresses the issue with algorithm numbering. The algorithms are now numbered sequentially by chapter, e.g. 1.1, 1.2, 1.3... 2.1, 2.2, 2.3.

This fixes #215, #226, #174, and #126.

Thanks to @breiche in my lab for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Algorithm numbering on P43
1 participant