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

Table of behavior sessions and models #6

Open
2 tasks
alexpiet opened this issue Feb 12, 2024 · 1 comment
Open
2 tasks

Table of behavior sessions and models #6

alexpiet opened this issue Feb 12, 2024 · 1 comment
Labels
blocked The issue is blocked by an external dependency enhancement New feature or request help wanted Extra attention is needed

Comments

@alexpiet
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Behavioral sessions will have behavioral models fit to them. These models will be separate data assets from the NWB files. We need:

  • A way to find what models have been fit. We could query by session: "find all models fit to this session", or we could query by model " find all sessions this model has been fit to". Both are probably valuable
  • A way to load the model results. The model results should be in the same format as the "trials table", and can easily be merged onto the trials table. The additional columns will depend on the model but should have the naming scheme of "<model_name>_<column_name>". Column names might include Q values or other latent variables, choice prediction, or goodness of fit metrics.
@hanhou hanhou added enhancement New feature or request help wanted Extra attention is needed labels Mar 6, 2024
@hanhou
Copy link
Collaborator

hanhou commented Mar 6, 2024

@hanhou hanhou added the blocked The issue is blocked by an external dependency label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked The issue is blocked by an external dependency enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants