-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: get defaults from a per-user config #16
Comments
can you specify further this issue? I am not sure I understand what it represents |
the sidebar in input_handling gets auto-populated with the same data each time. This needs to be changed:
|
discussion: we remove the defaults, and the user has to specify all elements before proceeding to run the classifier. |
Note: the comment just next to these defaults is: it may be worth implementing a dev mode /flag that does auto-populate the fields. For now, I'm retiring it, will move forward with the simpler fix. |
- resolves #16 by removing the spoof_metadata; now the user should enter data - some strange behaviour with the time coming from the file metadata, see #21. - workflow changed so that now: 1. the user must fill all fields before the validate button is activated 2. the user must click validate before the classifier button is activated - implementation for (1) is handled by adding unique keys to all the input elements, and adding `check_inputs_are_set -> bool` to ease checking the whole group.
saving-willy/call_models/input_handling.py
Line 114 in 98a82d0
or do something more useful than this placeholder
spoof_metadata
The text was updated successfully, but these errors were encountered: