load_python_packages | R Documentation |
This function imports necessary Python modules with delayed loading.
load_python_packages()
Imports the following Python modules with delay_load
set to TRUE:
sklearn
pandas
numpy
boruta
sys
multiprocessing
skopt
If successful, the global variables for each Python module are set. Otherwise, it will return an error message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.