-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refact: Separation of anomaly detection from drift detection #1133
- Loading branch information
1 parent
fd35fd0
commit 215ef83
Showing
25 changed files
with
214 additions
and
305 deletions.
There are no files selected for viewing
File renamed without changes.
107 changes: 48 additions & 59 deletions
107
...-Drift-Detectors_class_diagram.drawio.bkp → ...nomaly-Detectors_class_diagram.drawio.bkp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+13.5 KB
(100%)
...30_anomaly_detection/images/MLPro-OA-Anomaly-Detectors_class_diagram.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...pendices/appendix2/sub/mlpro_oa/streams/40_drift_detection/10_common_drifts.rst
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
...endices/appendix2/sub/mlpro_oa/streams/40_drift_detection/10_instance_based.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _target_api_oa_stream_tasks_dd_ib: | ||
Instance-based drifts and detectors | ||
=================================== | ||
|
||
|
||
.. image:: 10_instance_based/images/MLPro-OA-Drift-Detectors-IB_class_diagram.drawio.png | ||
:scale: 50% | ||
|
||
|
||
.. automodule:: mlpro.oa.streams.tasks.driftdetectors.instancebased.basics | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: mlpro.oa.streams.tasks.driftdetectors.drifts.instancebased.basics | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
10_instance_based/* |
9 changes: 9 additions & 0 deletions
9
.../sub/mlpro_oa/streams/40_drift_detection/10_instance_based/10_common_drifts.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _target_api_oa_stream_tasks_ad_common_drifts: | ||
Common drifts | ||
============= | ||
|
||
.. automodule:: mlpro.oa.streams.tasks.driftdetectors.drifts.instancebased.basics | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,3 @@ | |
Common algorithms | ||
================= | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
common_algorithms/* |
File renamed without changes.
File renamed without changes.
28 changes: 28 additions & 0 deletions
28
...pendices/appendix2/sub/mlpro_oa/streams/40_drift_detection/20_cluster_based.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _target_api_oa_stream_tasks_dd_cb: | ||
Cluster-based drifts and detectors | ||
=================================== | ||
|
||
|
||
.. image:: 20_cluster_based/images/MLPro-OA-Drift-Detectors-CB_class_diagram.drawio.png | ||
:scale: 50% | ||
|
||
|
||
.. automodule:: mlpro.oa.streams.tasks.driftdetectors.clusterbased.basics | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: mlpro.oa.streams.tasks.driftdetectors.drifts.clusterbased.basics | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
20_cluster_based/* |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.