load_python_packages: Load Python Modules

View source: R/zzz.R

load_python_packagesR Documentation

Load Python Modules

Description

This function imports necessary Python modules with delayed loading.

Usage

load_python_packages()

Details

Imports the following Python modules with delay_load set to TRUE:

  • sklearn

  • pandas

  • numpy

  • boruta

  • sys

  • multiprocessing

  • skopt

Value

If successful, the global variables for each Python module are set. Otherwise, it will return an error message.


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