You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, thumbs up for the repo! To made the notebook work with python 3.6, I had to change nns.nearest(lookup['parrish']) with nns.neighbors('parrish'). I guess that should be updated?
The text was updated successfully, but these errors were encountered:
Hey there, thumbs up for the repo! To made the notebook work with python 3.6, I had to change
nns.nearest(lookup['parrish'])
withnns.neighbors('parrish')
. I guess that should be updated?The text was updated successfully, but these errors were encountered: