Skip to content

Commit

Permalink
Merge pull request #225 from IFCA/fix-concept-drift-examples
Browse files Browse the repository at this point in the history
Fix DDM_advance.ipynb comments
  • Loading branch information
jaime-cespedes-sisniega committed Jun 21, 2023
2 parents cea5af4 + 31ff6e5 commit 4126efc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/source/examples/concept_drift/DDM_advance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 4126efc

Please sign in to comment.