The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
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.
The latest version of heimdall at CRAN is available at: https://CRAN.R-project.org/package=heimdall
You can install the stable version of heimdall from CRAN with:
install.packages("heimdall")
You can install the development version of heimdall from GitHub https://github.com/cefet-rj-dal/heimdall with:
# install.packages("devtools")
library(devtools)
::install_github("cefet-rj-dal/heimdall", force=TRUE, upgrade="never") devtools
Examples of heimdall are organized according to drift detection.
General: https://nbviewer.org/github/cefet-rj-dal/heimdall
library(heimdall)
#> Registered S3 method overwritten by 'quantmod':
#> method from
#> as.zoo.data.frame zoo
## basic example code
https://github.com/cefet-rj-dal/heimdall/issues
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.