joelgrus / data-science-from-scratch

code for Data Science From Scratch book
MIT License
8.63k stars 4.5k forks source link

minor notes #74

Open giordafrancis opened 5 years ago

giordafrancis commented 5 years ago

minor notes for author revision - second edtion. Thanks for the great book.

giordafrancis commented 5 years ago

pag 137 assert price2.closing_price == 51.03 I belive it should be instead. assert price2.closing_price == 53.015 pag 205 logistic function , math module should be imported before