标签: python tensorflow
我的数据框中有一系列虚拟变量。也就是几列1和0。
构造图时,对这些情况进行分类的合适方法是什么?
与下一行相似吗?
tf.feature_column.categorical_column_with_identity(col, num_buckets=2))