categorical_column_with_vocabulary_list并渴望执行

时间:2019-05-31 16:57:38

标签: tensorflow tensorflow2.0

当我尝试在Tensorflow 2.0中使用功能列时,执行失败并显示以下错误:

  

FailedPreconditionError:表已初始化。

如果我的要素定义仅包含其他转换,则问题似乎出在 categorical_column_with_vocabulary_list 上,因为 categorical_column_with_hash_bucket 没有错误发生,我可以检查到创建的数据集已正确转换。

如何使这个feature_column与tensorflow2.0一起使用?

>>> data.sort_values(by='neighbourhood_hosts').groupby('neighbourhood_hosts').agg({'maxPrice': max, 'minPrice':min})
                     maxPrice  minPrice
neighbourhood_hosts                    
Bloomsbury                 45        45
Canonbury                 247       117
Chelsea                   112        72
LB of Barnet              160        29
LB of Hackney              80        72
Shepherd's Bush           321        58
Shoreditch                 72        55
Wapping                   115        72
Wimbledon                 120        58

0 个答案:

没有答案