Sets up a python environment to use for PLP (can be conda or venv)
configurePython(envname = "PLP", envtype = NULL, condaPythonVersion = "3.11")
location of the created conda or virtual python environment
A string for the name of the virtual environment (default is 'PLP')
An option for specifying the environment as'conda' or 'python'. If NULL then the default is 'conda' for windows users and 'python' for non-windows users
String, Python version to use when creating a conda environment
This function creates a python environment that can be used by PatientLevelPrediction and installs all the required package dependancies.
# dontrun reason: don't modify environment in examples
if (FALSE) {
configurePython(envname="PLP", envtype="conda")
}
Run the code above in your browser using DataLab