powered by
Setup for featuretools in it's own virtualenv, or into the default reticulate virtualenv.
install_featuretools(custom_virtualenv = FALSE, method = "auto", conda = "auto")
Defaults to false. Set to true if you wish to use a custom virtualenv for featuretoolsR.
The installation method passed to py_install. Defaults to "auto".
Whether to use conda or not. Passed to `reticulate::py_install`. Defaults to "auto".
# NOT RUN { featuretoolsR::install_featuretools() # }
Run the code above in your browser using DataLab