Description Usage Value Note Examples
mediate access to python modules from sklearn.decomposition
1 |
list of (S3) "python.builtin.module"
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.
1 2 3 4 5 6 | ## Not run:
els = SklearnEls()
names(els$skd) # slow at first
# try py_help(els$skd$PCA) # etc.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.