import_python_packages: Import Python Libraries

View source: R/import_python_packages.R

import_python_packagesR 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.


GeneSelectR documentation built on May 29, 2024, 4:01 a.m.