geektutu / blog

极客兔兔的博客,Coding Coding 创建有趣的开源项目。
https://geektutu.com
Apache License 2.0
168 stars 21 forks source link

TensorFlow 2 中文文档 - 特征工程结构化数据分类 | 极客兔兔 #23

Open geektutu opened 5 years ago

geektutu commented 5 years ago

https://geektutu.com/post/tf2doc-ml-basic-structured-data.html

TensorFlow 2 官方文档中文版,结构化数据分类 Classify structured data,示例使用心脏病数据集。

shuhen commented 4 years ago

请教一下,在训练模型 model.fit(...) 这一步,报错该怎么办呢?OverflowError: Python int too large to convert to C long

geektutu commented 4 years ago

@shuhen 可以检查下传递给 model.fitxy的值,是不是有异常,可以看下最大值,最小值啥的。