PacktPublishing / Interpretable-Machine-Learning-with-Python

Interpretable Machine Learning with Python, published by Packt
MIT License
443 stars 191 forks source link

Heights weights doesnt work #3

Closed Eraseri closed 3 years ago

Eraseri commented 3 years ago

Bought book. Cloned this git. First cell after importing libraries is broken.

url = 'http://wiki.stat.ucla.edu/socr/index.php/SOCR_Data_Dinov_020108_HeightsWeights' page = requests.get(url)

smasis001 commented 3 years ago

Hi there,

Did you install requests==2.23.0 as stated in the requirements.txt (https://github.com/PacktPublishing/Interpretable-Machine-Learning-with-Python/blob/master/requirements.txt)? Please provide the output of pip list to debug adequately. In the meanwhile try the Google Colab to verify that the code does work (https://colab.research.google.com/drive/1rO79oCPGSz-XQaE1Ikcotdn32Xkb5N7S?usp=sharing).

smasis001 commented 3 years ago

See issue #5 as to why I'm closing this issue.