Skip to content

Framework to build, evaluate, select, and compare ML classification and regression models using high-dimensional biological data and other covariates

License

Notifications You must be signed in to change notification settings

ruppinlab/sklearn-bio-workflows

 
 

Repository files navigation

sklearn-bio-workflows

Installation

Install and set up Mambaforge

Clone git repository and submodules:

git clone git@github.com:hermidalc/sklearn-bio-workflows.git
cd sklearn-bio-workflows
git submodule update --init --recursive

To install conda environment on Intel architecture hardware:

mamba env create -f envs/sklearn-bio-workflows-mkl.yml

Otherwise:

mamba env create -f envs/sklearn-bio-workflows.yml

Activate the environment:

mamba activate sklearn-bio-workflows

Install non-conda packages into environment:

./utils/install_nonconda_r_pkgs.R

Updates

Update the git repository and submodules:

git pull
git submodule update --recursive

To update the conda environment on Intel architecture hardware:

mamba env update -f envs/sklearn-bio-workflows-mkl.yml

Otherwise:

mamba env update -f envs/sklearn-bio-workflows.yml

About

Framework to build, evaluate, select, and compare ML classification and regression models using high-dimensional biological data and other covariates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Shell 1.7%
  • R 0.2%