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

add an "is_dirty" check for models #30

Open
grlloyd opened this issue Oct 14, 2020 · 0 comments
Open

add an "is_dirty" check for models #30

grlloyd opened this issue Oct 14, 2020 · 0 comments
Assignees

Comments

@grlloyd
Copy link
Member

grlloyd commented Oct 14, 2020

At present a model can be trained and the the parameters changed before testing the model, or it contains outputs that do not correspond to the inputs. Providing an is_dirty check could print a warning if the inputs have changed and the outputs are accessed but the model hasn't been re-trained.

@grlloyd grlloyd self-assigned this Oct 14, 2020
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

1 participant