SklearnEls {BiocSklearn}R Documentation

mediate access to python modules from sklearn.decomposition

Description

mediate access to python modules from sklearn.decomposition

Usage

SklearnEls()

Value

list of (S3) "python.builtin.module"

Note

Deprecated. Previously returned a list with elements np (numpy), pd (pandas), h5py (h5py), skd (sklearn.decomposition), joblib (sklearn.externals.joblib), each referring to python modules. This was done directly with reticulate, but basilisk package discipline is more reliable.

Examples

## Not run: 
els = SklearnEls()
names(els$skd) # slow at first
# try py_help(els$skd$PCA) # etc.

## End(Not run)

[Package BiocSklearn version 1.14.1 Index]