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

Allow tabnet_fit from a pretrained model #26

Merged
merged 10 commits into from
Jan 30, 2021
Merged

Allow tabnet_fit from a pretrained model #26

merged 10 commits into from
Jan 30, 2021

Conversation

cregouby
Copy link
Collaborator

Model management infrastructure now splits between network intialisation with tabnet_initialize() and network fitting with tabnet_train_supervised().
This fix #25

Copy link
Member

@dfalbel dfalbel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks very much @cregouby This is really nice!!

@dfalbel dfalbel merged commit 15a9433 into mlverse:main Jan 30, 2021
@cregouby
Copy link
Collaborator Author

Your welcome. Thanks for the merge !

@cregouby cregouby deleted the feature/multi_train_infrastructure branch January 31, 2021 19:20
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

Successfully merging this pull request may close these issues.

tabnet_fit() shall allow to continue a model training with changes hyperparameters.
3 participants