-
Notifications
You must be signed in to change notification settings - Fork 17
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
Model schema (updated to use DataProcess) #1166
Conversation
…lDynamics/aind-data-schema into feat-1078-modelschema
makes software_version, parameters optional, allows list for input_location
note that one point under discussion here was whether to have separate fields under ModelTraining for hyperparameter search. I had this in an earlier draft, but realized the more straightforward way to represent that might be to have a separate ModelTraining object for hyperparameter optimization and for regular training in cases when both are occurring, with the resulting hyperparameter values stored in the outputs field. |
tests are dependent on AllenNeuralDynamics/aind-data-schema-models#107 |
Just showed this to Nick and he's on board with the updates @saskiad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - I had one tiny edit to the description
addresses #1078, replacing PR #1109