From 31ff6e56af3732de5ac27970d157e54ebdfe9d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20C=C3=A9spedes=20Sisniega?= Date: Wed, 21 Jun 2023 13:45:59 +0200 Subject: [PATCH] Fix DDM_advance.ipynb comments --- docs/source/examples/concept_drift/DDM_advance.ipynb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/source/examples/concept_drift/DDM_advance.ipynb b/docs/source/examples/concept_drift/DDM_advance.ipynb index 1f618d0..4bbfbea 100644 --- a/docs/source/examples/concept_drift/DDM_advance.ipynb +++ b/docs/source/examples/concept_drift/DDM_advance.ipynb @@ -30,7 +30,7 @@ { "cell_type": "markdown", "source": [ - "Example of how to use the supervised method DDM {cite:p}`gama2004learning` with a data stream blocks (concepts) from the SEA {cite:p}`street2001streaming` generator." + "Example of how to use the concept drift detection method DDM {cite:p}`gama2004learning` with a data stream blocks (concepts) from the SEA {cite:p}`street2001streaming` generator." ], "metadata": { "collapsed": false @@ -118,15 +118,6 @@ "collapsed": false } }, - { - "cell_type": "markdown", - "source": [ - "Frouros provides some helper classes, called modes, to facilitate the interaction with the detector. In this case, NormalMode (does not use incremental learning) only checks if drift is ocurring and resets detector's statistics in case drift is detected. It must receive a value function (usually an error function) that is used by the detector to update its inner statistics using predicted and ground-truth values. Optionally, a metrics parameter can also be provided with the intention of obtaining additional information on the performance of the model over time." - ], - "metadata": { - "collapsed": false - } - }, { "cell_type": "markdown", "source": [