diff --git a/README.md b/README.md index 9f69a5b..342a39c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ The aim of this repository is to reproduce the claims, presented in paper [Hiera For the Python environment, we decided to go with conda. Below is the list of commands to create an environment and install all libraries. ```bash -conda create -n mlds python=3.10 -conda activate mlds +conda create -n rehs python=3.10 +conda activate rehs conda install -c conda-forge numpy pandas scikit-learn scikit-optimize scipy nb_conda shap plotnine matplotlib tqdm pip install imodels pmlb bartpy ``` diff --git a/env/computer1_environment.yml b/env/computer1_environment.yml index 78adfdc..3ac29ef 100644 --- a/env/computer1_environment.yml +++ b/env/computer1_environment.yml @@ -1,4 +1,4 @@ -name: mlds +name: rehs channels: - conda-forge - defaults diff --git a/env/computer2_environment.yml b/env/computer2_environment.yml index f8f1934..9586669 100644 --- a/env/computer2_environment.yml +++ b/env/computer2_environment.yml @@ -1,4 +1,4 @@ -name: mlds +name: rehs channels: - conda-forge - defaults