We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
请问默认模型训练前是否已经做了数值特征的预处理归一化
The text was updated successfully, but these errors were encountered:
现在可以设置auto_scale=True 来对连续变量做归一化:
auto_scale=True
... conf = ModelConfig(nets=WideDeep, metrics=['AUC','accuracy'], auto_discrete=True, earlystopping_patience=100, auto_scale=True) dt = DeepTable(config=conf) ...
如果你使用DT过程中碰到数值稳定性问题,欢迎分享.
Sorry, something went wrong.
No branches or pull requests
请问默认模型训练前是否已经做了数值特征的预处理归一化
The text was updated successfully, but these errors were encountered: