The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.

Logo do pacote daltoolboxdp Python-Based Extensions for Data Analytics Workflows

GitHub Stars CRAN Downloads

Python-Based Extensions for Data Analytics Workflows provides Python-based extensions to enhance data analytics workflows, particularly for tasks involving data preprocessing and predictive modeling. It includes tools for:

These capabilities leverage Python libraries via the reticulate interface, enabling seamless integration with the broader Python machine learning ecosystem. The package supports instance selection and hybrid workflows that combine R and Python functionalities for flexible and reproducible analytical pipelines.

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


Installation

You can install the latest stable version from CRAN:

install.packages("daltoolboxdp")

To install the development version from GitHub:

# install.packages("devtools")
library(devtools)
devtools::install_github("cefet-rj-dal/daltoolboxdp", force = TRUE, dependencies = FALSE, upgrade = "never")

Examples

Example scripts are available at:

library(daltoolboxdp)
#> Registered S3 method overwritten by 'quantmod':
#>   method            from
#>   as.zoo.data.frame zoo
#> Registered S3 methods overwritten by 'forecast':
#>   method  from 
#>   head.ts stats
#>   tail.ts stats

# Example usage (replace with actual function when available)
# e.g., data <- my_sampler_function(data, method = "undersample")

Bug reports and feature requests

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.
Health stats visible at Monitor.