-
Notifications
You must be signed in to change notification settings - Fork 2
[01] Setup R and Python
Clone this repo through github:
https://github.com/shamindras/bttv-aistats2020.gitFirstly you need to install Anaconda on your computer
First fork and then clone the repo locally on your computer. Change directory to the repo folder.
To install the required bttvaistats2020 conda environments just use the Makefile run the following
at the command line:
make conda_bttvaistats2020To confirm that the conda environment has installed correctly you can run the following in the terminal:
conda info -eYou should now see the single installed conda environment listed as required bttvaistats2020.
To activate the conda environments simply use conda as usual i.e. conda activate bttvaistats2020
bttvaistats2020: This contains the latest conda production build including jupyter lab which is important for our prototyping. Most importantly it contains our custom bttv package,
which has all of our time-varying Bradley Terry utilities as implemented in our paper
In order to run the R code we recommend using the
RStudio editor.
You can the install the required packages as follows by running the following at the terminal:
make setup_r_packages