Skip to content

Fix DDM_advance.ipynb comments #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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