install_tpot: Install TPOT and its dependencies

Description Usage Arguments

Description

Install TPOT and its dependencies

Usage

1
2
3
install_tpot(method = c("auto", "conda"), conda = "auto",
  version = "default", envname = "r-tpot", extra_packages = NULL,
  extra_pip_packages = NULL, restart_session = TRUE)

Arguments

method

Installation method. By default, "auto" tries to finds a method that will work in the local environment. Change the default to force a specific installation method.

conda

Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations).

version

TPOT version to install. Specify "default" to install the latest release version. You can also provide a full major.minor.patch specification (e.g. "1.1.0").

envname

Name of Python environment to install within. Default is "r-tpot".

extra_packages

Additional Python packages to install along with TPOT.

restart_session

Restart R session after installing (note this will only occur within RStudio).


thllwg/tpotr documentation built on July 5, 2019, 12:49 a.m.