-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1.78 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: datadriftR
Title: Concept Drift Detection Methods for Stream Data
Version: 0.0.1
Authors@R: c(
person("Ugur", "Dar", email = "ugurdarr@gmail.com", role = c("aut", "cre")),
person("Mustafa", "Cavus", email = "mustafacavus@eskisehir.edu.tr", role = c("ctb", "ths")))
Description:
A system designed for detecting concept drift in streaming datasets. It offers a comprehensive suite of statistical methods to detect concept drift, including methods for monitoring changes in data distributions
over time. The package supports several tests, such as Drift Detection Method (DDM), Early Drift Detection Method (EDDM), Hoeffding Drift Detection Methods (HDDM_A, HDDM_W), Kolmogorov-Smirnov test-based Windowing (KSWIN)
and Page Hinkley (PH) tests. The methods implemented in this package are based on established research and have been demonstrated to be effective in real-time data analysis. For more details on the methods,
please check to the following sources. Gama et al. (2004) <doi:10.1007/978-3-540-28645-5_29>, Baena-Garcia et al. (2006) <https://www.researchgate.net/publication/245999704_Early_Drift_Detection_Method>,
Frías-Blanco et al. (2014) <https://ieeexplore.ieee.org/document/6871418>, Raab et al. (2020) <doi:10.1016/j.neucom.2019.11.111>, Page (1954) <doi:10.1093/biomet/41.1-2.100>, Montiel et al. (2018) <https://jmlr.org/papers/volume19/18-251/18-251.pdf>.
Depends: R (>= 3.5.2)
Imports: R6
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/ugurdar/datadriftR
BugReports: https://github.com/ugurdar/datadriftR/issues
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-06-13 14:10:35 UTC; ugurdar
Author: Ugur Dar [aut, cre],
Mustafa Cavus [ctb, ths]
Maintainer: Ugur Dar <ugurdarr@gmail.com>
Repository: CRAN
Date/Publication: 2024-06-13 18:10:02 UTC