Getting Started
To replicate our environment, you can choose from the following options. Regardless of which option, in order to explore our work:
-
Clone the repository:
git clone https://github.com/474benchen/biased_gridsearch.git
-
Navigate to the project directory:
cd biased_gridsearch
Option 1: Reconstructing the Conda Environment (recommended)
Ensure that you have conda installed before attempting this option. Distributions can be found here.
-
Create a conda environment from the provided environment.yml file:
conda env create -f environment.yml
-
Activate the conda environment:
conda activate biased_gs
Option 2: Using requirements.txt
Ensure that you have pip installed before attempting this option. Instructions can be found here.
-
Install the required packages using pip:
pip install -r requirements.txt