View source: R/import_python_packages.R
import_python_packages | R Documentation |
This function imports the necessary Python libraries for the package.
import_python_packages()
A list containing references to imported Python libraries used in the package:
@field sklearn: Scikit-learn machine learning library.
@field pandas: Data manipulation and analysis library.
@field numpy: Library for numerical computing.
@field lightgbm: Gradient boosting framework.
@field xgboost: Optimized distributed gradient boosting library.
@field boruta: Feature selection algorithm.
@field sys: Python system-specific parameters and functions.
@field multiprocessing: Support for concurrent execution using processes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.