Skip to content

Commit

Permalink
Now using pip instead of git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrotrope authored Mar 16, 2021
1 parent d786810 commit 0103964
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/optimization/optimizing_ETM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"!git clone https://github.com/MIND-Lab/OCTIS\n",
"!pip install scikit-optimize\n",
"!pip install octis\n",
"from pathlib import Path\n",
"Path(\"/content/20NewsGroup\").mkdir(parents=True, exist_ok=True)\n",
"!wget -P /content/20NewsGroup/ https://raw.githubusercontent.com/MIND-Lab/OCTIS/master/octis/preprocessed_datasets/20NewsGroup/corpus.txt\n",
Expand Down Expand Up @@ -226,4 +225,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 0103964

Please sign in to comment.