Skip to content

❗ This is a read-only mirror of the CRAN R package repository. daltoolbox — Leveraging Experiment Lines to Data Analytics. Homepage: https://cefet-rj-dal.github.io/daltoolbox/https://github.com/cefet-rj-dal/daltoolbox Report bugs for this package: https://github.com/cefet-rj-dal/daltoolbox/issues

License

Notifications You must be signed in to change notification settings

cran/daltoolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAL Toolbox

GitHub Repo stars GitHub Repo stars

As research experiments grow in scale and complexity, data analytics demands tools that go beyond isolated functions. DAL Toolbox is a framework designed to meet these modern challenges by organizing a comprehensive set of data analytics capabilities into an integrated workflow environment. Inspired by the Experiment Line model doi:10.1007/978-3-642-02279-1_20, it supports essential tasks such as data preprocessing, classification, regression, clustering, and time series prediction. With a unified data model, consistent method API, and support for hyperparameter tuning, DAL Toolbox enables the seamless construction and execution of end-to-end analytics pipelines. It also offers easy integration with existing libraries and languages, promoting usability, extensibility, and reproducibility in data science.


Examples

Graphics: https://github.com/cefet-rj-dal/daltoolbox/tree/main/examples/graphics/

Transformation: https://github.com/cefet-rj-dal/daltoolbox/tree/main/examples/transf/

Classification: https://github.com/cefet-rj-dal/daltoolbox/tree/main/examples/classification/

Clustering: https://github.com/cefet-rj-dal/daltoolbox/tree/main/examples/clustering/

Regression: https://github.com/cefet-rj-dal/daltoolbox/tree/main/examples/regression/

The examples are organized according to general (data preprocessing), clustering, classification, regression, and time series functions.


Installation

The latest version of DAL Toolbox at CRAN is available at: https://CRAN.R-project.org/package=daltoolbox

You can install the stable version of DAL Toolbox from CRAN with:

install.packages("daltoolbox")

You can install the development version of DAL Toolbox from GitHub https://github.com/cefet-rj-dal/daltoolbox with:

library(devtools)
devtools::install_github("cefet-rj-dal/daltoolbox", force=TRUE, dependencies=FALSE, upgrade="never")

Bugs and new features request

https://github.com/cefet-rj-dal/daltoolbox/issues

About

❗ This is a read-only mirror of the CRAN R package repository. daltoolbox — Leveraging Experiment Lines to Data Analytics. Homepage: https://cefet-rj-dal.github.io/daltoolbox/https://github.com/cefet-rj-dal/daltoolbox Report bugs for this package: https://github.com/cefet-rj-dal/daltoolbox/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages