Skip to content

Commit

Permalink
renamed env
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohorcic committed Feb 3, 2023
1 parent 0a20f31 commit 41f4f49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion env/computer1_environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mlds
name: rehs
channels:
- conda-forge
- defaults
Expand Down
2 changes: 1 addition & 1 deletion env/computer2_environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mlds
name: rehs
channels:
- conda-forge
- defaults
Expand Down

0 comments on commit 41f4f49

Please sign in to comment.