To install the repo there is a conda environment that will install the necessary packages.
Use command:
conda env create -f environment.yaml
After installing activate the conda environment:
conda activate pytorchGLM
To install NLMixedSel, in the repo folder use:
pip install -e .
To install the repo there is a conda environment that will install the necessary packages.
Use command:
conda env create -f environment_win.yaml
After installing activate the conda environment:
conda activate pytorchGLM
To install NLMixedSel, in the repo folder use:
pip install -e .