Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数值特征处理 #87

Open
xxllp opened this issue Aug 12, 2023 · 1 comment
Open

数值特征处理 #87

xxllp opened this issue Aug 12, 2023 · 1 comment

Comments

@xxllp
Copy link

xxllp commented Aug 12, 2023

请问默认模型训练前是否已经做了数值特征的预处理归一化

@oaksharks
Copy link
Collaborator

现在可以设置auto_scale=True 来对连续变量做归一化:

...
conf = ModelConfig(nets=WideDeep, metrics=['AUC','accuracy'], auto_discrete=True,
                   earlystopping_patience=100, auto_scale=True)
dt = DeepTable(config=conf)
...

如果你使用DT过程中碰到数值稳定性问题,欢迎分享.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants