import_python_packages {GeneSelectR} | R Documentation |
Import Python Libraries
Description
This function imports the necessary Python libraries for the package.
Usage
import_python_packages()
Value
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.
[Package GeneSelectR version 1.0.1 Index]