Skip to content Skip to sidebar Skip to footer

Google Tensor Flow Crash Course. Issues With REPRESENTATION:Programming Exercises Task 2: Make Better Use Of Latitude

Hi got into another roadblock in tensorflow crashcourse...at the representation programming excercises at this page. https://developers.google.com/…/repres…/programming-exercis

Solution 1:

a python developer gave me the solution so just wanted to share. LATITUDE_RANGES = zip(xrange(32, 44), xrange(33, 45)) can only be used once the way it was written so I placed it inside the succeding def select_and_transform_features(source_df) function which solved the issues. Thanks again everyone.


Post a Comment for "Google Tensor Flow Crash Course. Issues With REPRESENTATION:Programming Exercises Task 2: Make Better Use Of Latitude"