health-data-science-OR / coding-for-ml

Learning materials for Coding for Machine Learning and Data Science
https://www.pythonhealthdatascience.com
MIT License
15 stars 4 forks source link

Typographical and grammatical errors #25

Closed amyheather closed 2 years ago

amyheather commented 2 years ago

Link: https://www.pythonhealthdatascience.com/content/01_algorithms/01_design/04_summing_up.html Original sentence with error: "For instance. We know that all even numbers above two cannot be primes." Suggested fix: "For instance, we know that all even numbers above two cannot be primes." Original sentence with error: "So the big questions are" Suggested fix: "So the big questions are:" Original sentence with error: "can also effect execution time" Suggested fix: "can also affect execution time"

Link: https://www.pythonhealthdatascience.com/content/appendix/acknowledge.html Original sentence with error: Aknowledgements Suggested fix: Acknowledgements

Link: https://www.pythonhealthdatascience.com/content/01_algorithms/02_oop/03_oop_cv.html Original sentence with error: "Cross validation methods is a nice example" Suggested fix: "Cross validation methods are a nice example"

Link: https://www.pythonhealthdatascience.com/content/01_algorithms/02_oop/01_python_classes.html Original sentence with error: "Let’s tale a look at how the code is implemented" Suggested fix: "Let’s take a look at how the code is implemented"

TomMonks commented 2 years ago

Excellent spots! Thank for these. They have been fixed in the Dev branch and will be released in the next iteration.

TomMonks commented 2 years ago

Now live at pythonhealthdatascience.com