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

Save training history by default #196

Open
cgohil8 opened this issue Oct 16, 2023 · 0 comments
Open

Save training history by default #196

cgohil8 opened this issue Oct 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cgohil8
Copy link
Collaborator

cgohil8 commented Oct 16, 2023

The history object is a dict containing the loss and other metrics during training that is returned by the model.fit or initialisation methods.

Maybe it would be useful to save this object by default when we call model.save().

We could also maybe simplify the format we save this object. It's could be saved as a csv file rather than a pickle file.

@cgohil8 cgohil8 added the enhancement New feature or request label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant