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

tabnet_fit() with tabnet_model = plot the new checkpoints onto from_model metric history #149

Closed
cregouby opened this issue Feb 4, 2024 · 0 comments · Fixed by #150
Closed
Assignees
Labels
bug Something isn't working

Comments

@cregouby
Copy link
Collaborator

cregouby commented Feb 4, 2024

Scenario

fit_no_checkpoint <- tabnet_fit(Sale_Price ~., data = ames_train, epochs = 54, valid_split = 0.2, checkpoint_epoch = 55)
fit_with_checkpoint <- tabnet_fit(Sale_Price ~., data = ames_train, tabnet_model = fit_no_checkpoint,
                                   epochs = 6, valid_split = 0.2, checkpoint_epoch = 1)

Expected outcome

plot shows checkpoints onto the last 6 epoch

Actual result

plot shows checkpoints on the first 6 epochs
image

@cregouby cregouby self-assigned this Feb 4, 2024
@cregouby cregouby added the bug Something isn't working label Feb 4, 2024
@cregouby cregouby changed the title tabnet_fit() with from_model = plot the new checkpoints onto from_model metric history tabnet_fit() with tabnet_model = plot the new checkpoints onto from_model metric history Feb 4, 2024
cregouby added a commit that referenced this issue Feb 10, 2024
cregouby added a commit that referenced this issue Feb 16, 2024
* fix #148 & fix #149
* update translation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant