This package contains basic utility code used for to perform basic computations needed across projects.
The code itself can be obtained by cloning the github repo, and installed by navigating to the main directory and running pip install .
All requirements will be automatically installed, except:
numexpr
: needed only forgen_util.n_cores_numba()
.torch
: needed only for thetorch_data_util
module, and certainlogreg_util
functions.joblib
: needed for parallelization functions in thegen_util
module.dandi
: needed for thedandi_download_util
module.
The code is written in Python 3.
This code was written by: Colleen Gillon.