Communicate to R the Python virtual environment containing the relevant libraries for calculating features
Source:R/init_theft.R
init_theft.Rd
Communicate to R the Python virtual environment containing the relevant libraries for calculating features
Arguments
- venv
character
specifying the name of the to the Python virtual environment where"tsfresh"
,"TSFEL"
, and/or"Kats"
are installed
Examples
if (FALSE) {
install_python_pkgs("theft-test")
init_theft("theft-test")
}