When I’m running these lines in my PyCharm project these lines give me error: name ‘feature_dict’ is not defined. Tenserflow is imported correctly
print(feature_dict[‘Size’])
print(feature_dict[‘Store’])
print(feature_dict[‘Dept’])
print(feature_dict[‘IsHoliday’])