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

Support sample weight col in Keras estimator #3799

Open
irasit opened this issue Dec 28, 2022 · 0 comments
Open

Support sample weight col in Keras estimator #3799

irasit opened this issue Dec 28, 2022 · 0 comments

Comments

@irasit
Copy link
Collaborator

irasit commented Dec 28, 2022

Is your feature request related to a problem? Please describe.
It seems we add the sample_weight_col in data loading of remote function, but I do not see the trainer actually using it in fit function here.

Describe the solution you'd like
According to this link, the proper way of doing that would be like
model.fit(x_train, y_train,
sample_weight=sample_weight,
batch_size=64,
epochs=5)

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

No branches or pull requests

2 participants