AllenNeuralDynamics / AllenNeuralDynamics/aind-dynamic-foraging-bfm-wrapper

Filter behavior sessions by performance

Offen
#12 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
0
Forks
1
Ø Merge
4 Std. 5 Min.
Gemergte PRs (30 T.)
24

Beschreibung

Breaking [this comment](https://github.com/AllenNeuralDynamics/aind-disrnn-wrapper/issues/4#issuecomment-3544266564) into a separate issue

*****
In the mouse data loader, we could add an optional session filter based on the session table from my behavior pipeline

```python
from aind_analysis_arch_result_access.han_pipeline import get_session_table
df_master = get_session_table(if_load_bpod=False)
```

The filter could be a dataframe query string like `abs(bias_native) < 0.3 and finished_rate > 0.9` applied on the df_master.
****

- Its not great to add more dependency on the temporary pipeline, but I don't think we have a better alternative
- Its not clear where to set these filters in the hydra config

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.