Package: heimdall
Title: Drift Adaptable Models
Version: 1.0.707
Authors@R: 
  c(
        person(given = "Lucas", family = "Tavares", role = c("aut"), email = "lucas.giusti@eic.cefet-rj.br"),
        person(given = "Leonardo", family = "Carvalho", role = c("aut"), email = "lm.carvalho@petrobras.com.br"),
        person(given = "Diego", family = "Carvalho", role = c("aut"), email = "d.carvalho@ieee.org"),
        person(given = "Esther", family = "Pacitti", role = c("aut"), email = "Esther.Pacitti@lirmm.fr"),
        person(given = "Fabio", family = "Porto", role = c("aut"), email = "fporto@lncc.br"),
        person(given = "Eduardo", family = "Ogasawara", role = c("aut", "ths", "cre"), email = "eogasawara@ieee.org", comment = c(ORCID = "0000-0002-0466-0626")),
        person(given = "Federal Center for Technological Education of Rio de Janeiro (CEFET/RJ)", role = "cph")
   )
Description: By analyzing streaming datasets, it is possible to observe significant changes in the data distribution or models' accuracy during their prediction (concept drift). The goal of 'heimdall' is to measure when concept drift occurs. The package makes available several state-of-the-art methods. It also tackles how to adapt models in a nonstationary context. Some concept drifts methods are described in Tavares (2022) <doi:10.1007/s12530-021-09415-z>.
License: MIT + file LICENSE
URL: https://github.com/cefet-rj-dal/heimdall,
        https://cefet-rj-dal.github.io/heimdall/
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: stats, daltoolbox, ggplot2, 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"), list(package = "functools"), list(package =
        "operator"), list(package = "sys") ) )
Depends: caret, R (>= 3.5)
NeedsCompilation: no
Packaged: 2024-06-21 23:56:01 UTC; gpca
Author: Lucas Tavares [aut],
  Leonardo Carvalho [aut],
  Diego Carvalho [aut],
  Esther Pacitti [aut],
  Fabio Porto [aut],
  Eduardo Ogasawara [aut, ths, cre]
    (<https://orcid.org/0000-0002-0466-0626>),
  Federal Center for Technological Education of Rio de Janeiro (CEFET/RJ)
    [cph]
Maintainer: Eduardo Ogasawara <eogasawara@ieee.org>
Repository: CRAN
Date/Publication: 2024-06-22 04:20:02 UTC
