Package: heimdall
Title: Drift Adaptable Models
Version: 1.0.3
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
Depends: caret, R (>= 2.10)
NeedsCompilation: no
Packaged: 2024-05-26 22:02:05 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-05-27 17:20:02 UTC
Built: R 4.2.3; ; 2024-05-27 21:38:41 UTC; unix
