Package: daltoolboxdp
Title: Deep Python Extensions for 'daltoolbox'
Version: 1.2.747
Authors@R: 
  c(    person(given = "Eduardo", family = "Ogasawara", role = c("aut", "ths", "cre"), 
               email = "eogasawara@ieee.org", comment = c(ORCID = "0000-0002-0466-0626")),
        person(given = "Diego", family = "Salles", role = c("aut"), email = "diego.salles@eic.cefet-rj.br"),
        person(given = "Janio", family = "Lima", role = c("aut"), email = "janio.lima@eic.cefet-rj.br"),
        person(given = "Lucas", family = "Tavares", role = c("aut"), email = "lucas.tavares@eic.cefet-rj.br"),
        person(given = "Eduardo", family = "Bezerra", role = c("ctb"), email = "ebezerra@cefet-rj.br"),
        person(given = "CEFET/RJ", role = "cph")        
  )
Description: 
  Extends 'daltoolbox' with Python-backed components for deep learning, 
  scikit-learn classification, and time-series forecasting through 
  'reticulate'. The package provides objects that follow the 'daltoolbox' 
  architecture while delegating model creation, fitting, encoding, and 
  prediction to Python libraries such as 'torch' and 'scikit-learn'. In the 
  package name, 'dp' stands for 'Deep Python'. The overall workflow is 
  inspired by the Experiment Lines approach described in Ogasawara et al. 
  (2009) <doi:10.1007/978-3-642-02279-1_20>.
License: MIT + file LICENSE
URL: https://cefet-rj-dal.github.io/daltoolboxdp/,
        https://github.com/cefet-rj-dal/daltoolboxdp
BugReports: https://github.com/cefet-rj-dal/daltoolboxdp/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: tspredit, daltoolbox, reticulate
Config/reticulate: list( packages = list( list(package = "scipy"),
        list(package = "torch"), list(package = "pandas"), list(package
        = "numpy"), list(package = "matplotlib"), list(package =
        "scikit-learn") ) )
NeedsCompilation: no
Packaged: 2026-03-10 20:40:20 UTC; gpca
Author: Eduardo Ogasawara [aut, ths, cre] (ORCID:
    <https://orcid.org/0000-0002-0466-0626>),
  Diego Salles [aut],
  Janio Lima [aut],
  Lucas Tavares [aut],
  Eduardo Bezerra [ctb],
  CEFET/RJ [cph]
Maintainer: Eduardo Ogasawara <eogasawara@ieee.org>
Repository: CRAN
Date/Publication: 2026-03-11 00:20:22 UTC
Built: R 4.6.0; ; 2026-04-25 14:01:10 UTC; unix
