Rank Rx
Steps to recreate exepriment.
-
Setup environment
conda create -n rankenv
-
Activate environment
conda activate rankevn
-
Check the Anaconda Navigator > Environments, to see if the created env is activated and if not, manually select it.
-
Install Tensorflow Ranking
pip install -q tensorflow-ranking
-
Check Tensorflow Ranking version, it should be Version: 0.5.5
pip show tensorflow-ranking
-
Check Tensorflow version, it should be Version: 2.15.1
pip show tensorflow
-
Check if Jupyter Notebook is installed on the created environment
-
Launch Jupyter Notebook only after having the new environment activated
guest@BIOCHEM-WORKSTATION:~$ conda activate rankenv (rankenv) guest@BIOCHEM-WORKSTATION:~$ jupyter notebook
-
Install additional modules: pandas