dfr_adwin | R Documentation |
Adaptive Windowing method for concept drift detection doi:10.1137/1.9781611972771.42.
dfr_adwin(target_feat = NULL, delta = 2e-05)
target_feat |
Feature to be monitored. |
delta |
The significance parameter for the ADWIN algorithm. |
dfr_adwin
object
#Use the same example of dfr_cumsum changing the constructor to:
#model <- dfr_adwin(target_feat='serie')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.