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_utilmodule, and certainlogreg_utilfunctions.joblib: needed for parallelization functions in thegen_utilmodule.dandi: needed for thedandi_download_utilmodule.
The code is written in Python 3.
This code was written by: Colleen Gillon.