Skip to content

Commit 4126efc

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #225 from IFCA/fix-concept-drift-examples
Fix DDM_advance.ipynb comments
2 parents cea5af4 + 31ff6e5 commit 4126efc

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/source/examples/concept_drift/DDM_advance.ipynb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"cell_type": "markdown",
3232
"source": [
33-
"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."
33+
"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."
3434
],
3535
"metadata": {
3636
"collapsed": false
@@ -118,15 +118,6 @@
118118
"collapsed": false
119119
}
120120
},
121-
{
122-
"cell_type": "markdown",
123-
"source": [
124-
"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."
125-
],
126-
"metadata": {
127-
"collapsed": false
128-
}
129-
},
130121
{
131122
"cell_type": "markdown",
132123
"source": [

0 commit comments

Comments
 (0)