BLAB_DATA
A set of GitHub repositories with data from SEEDLingS and VIHI that are cloned to ~/BLAB_DATA allowing the code to access specific versions of that data.
Last updated
A set of GitHub repositories with data from SEEDLingS and VIHI that are cloned to ~/BLAB_DATA allowing the code to access specific versions of that data.
Last updated
With the exception of seedlings-nouns
, all repositories are private to the members of the github organization. Every new lab member should be added to it. If you haven't been added yet, ask someone on staff to add you.
In Terminal:
Because of how blabr
and blabpy
access data in ~/BLAB_DATA
, avoid editing data directly in that folder. Instead, make a dedicated clone to work in.
Use blabr
's get_*
functions to load data into memory. See the list of functions . For example, retrieves the CDI data for SEEDLingS babies. Always default to specifying a version when doing that so that your script is reproducible. If you want to use the latest version at the moment you are writing the code, run these functions once without specifying the version - you will receive a warning saying that you shouldn't do that. That warning will also include the version - copy it into the function call.