The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
DAL Toolbox Deep Python
daltoolboxdp extends daltoolbox with Python-backed
components, with emphasis on deep learning and Python-native modeling.
In the package name, dp stands for Deep
Python.
It currently focuses on:
torchdaltoolbox
APIdaltoolbox
architectureThese capabilities rely on the reticulate bridge, so the
package can keep the object and workflow conventions of
daltoolbox while delegating training, encoding, and
prediction to Python libraries such as torch and
scikit-learn.
The architecture is inspired by the Experiment Lines
approach, which promotes modularity, extensibility, and interoperability
across tools.
More information on Experiment Lines is available in Ogasawara et
al. (2009).
The example set is organized by topic and generated from the source
files under Rmd/. If you are exploring the package for the
first time, start from the rendered indexes under
examples/.
The current topics are organized around these questions:
daltoolbox architecture?Rendered examples are available at:
You can install the latest stable version from CRAN:
install.packages("daltoolboxdp")To install the development version from GitHub:
library(devtools)
devtools::install_github("cefet-rj-dal/daltoolboxdp", force = TRUE, dependencies = FALSE, upgrade = "never")Please report issues or suggest new features via:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.