-
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
151a9bd
commit e1730f8
Showing
82 changed files
with
1,114 additions
and
702 deletions.
There are no files selected for viewing
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
32 changes: 32 additions & 0 deletions
32
doc/rtd/content/03_machine_learning/mlpro_oa/sub/01_oa_stream_processing.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,32 @@ | ||
.. _target_oa_streams: | ||
Online-adaptive data stream processing (OADSP) | ||
============================================== | ||
|
||
This sub-framework of MLPro-OA is directly related to the research topic of online machine learning (OML). It deals with | ||
online-adaptive stream tasks embedded in a stream workflow as part of an extended process model. This process model extends | ||
the non-adaptive DSP process model of sub-framework MLPro-BF-Streams by advanced adaptation mechanisms like | ||
|
||
- Event-oriented adaptation | ||
- Cascaded adaptation | ||
- Reverse adaptation | ||
|
||
which are explained in more detail below. | ||
|
||
The description is still under contruction but parts of the sub-menu and first howtos and API specifications are already available. | ||
Browse the menu and see Section 'Cross reference' for further details. | ||
|
||
|
||
**Learn more** | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:glob: | ||
|
||
streams/* | ||
|
||
|
||
**Cross reference** | ||
- :ref:`Howtos MPro-OA <target_appendix1_OA>` | ||
- :ref:`API reference: MLPro-OA-Streams <target_api_oa_streams>` | ||
- :ref:`API reference: MLPro-OA-Streams - Pool of objects <target_api_pool_oa_streams>` | ||
- :ref:`Basics of data stream processing in MLPro <target_bf_streams>` |
5 changes: 0 additions & 5 deletions
5
doc/rtd/content/03_machine_learning/mlpro_oa/sub/01_overview.rst
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
doc/rtd/content/03_machine_learning/mlpro_oa/sub/02_getstarted.rst
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
doc/rtd/content/03_machine_learning/mlpro_oa/sub/03_oa_stream_processing.rst
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...arning/mlpro_oa/sub/04_oa_systems.rst.off → ...arning/mlpro_oa/sub/03_oa_systems.rst.off
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
.. _target_oa_systems: | ||
Online Adaptive Systems | ||
======================= | ||
Online-adaptive state-based systems | ||
=================================== | ||
|
||
Further descriptions coming soon... | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
layer1_oa_systems/* | ||
systems/* |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...cessing/01_overview/01_oa_stream_task.rst → ...streams/01_overview/01_oa_stream_task.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
2 changes: 1 addition & 1 deletion
2
...ing/01_overview/02_oa_stream_workflow.rst → ...ams/01_overview/02_oa_stream_workflow.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
2 changes: 1 addition & 1 deletion
2
...am_processing/02_oa_boundary_detector.rst → ...a/sub/streams/02_oa_boundary_detector.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...stream_processing/10_cluster_analysis.rst → ...ro_oa/sub/streams/10_cluster_analysis.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
File renamed without changes.
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
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
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
File renamed without changes.
21 changes: 21 additions & 0 deletions
21
doc/rtd/content/03_machine_learning/mlpro_oa/sub/streams/30_drift_detection.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,21 @@ | ||
.. _target_oa_drift_detection: | ||
Drift detection | ||
=============== | ||
|
||
Further descriptions coming soon... | ||
|
||
|
||
**Learn more** | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
30_drift_detection/* | ||
|
||
|
||
**Cross reference** | ||
|
||
- Selected open access papers | ||
- Howtos | ||
- API |
21 changes: 21 additions & 0 deletions
21
...content/03_machine_learning/mlpro_oa/sub/streams/30_drift_detection/01_cbdd.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,21 @@ | ||
.. _target_oa_cbdd: | ||
Cluster-based drift detection | ||
============================= | ||
|
||
Further descriptions coming soon... | ||
|
||
|
||
**New types of drift** | ||
|
||
... | ||
|
||
|
||
**Special dependencies on cluster algorithms** | ||
|
||
... | ||
|
||
|
||
**Cross reference** | ||
|
||
- Howtos | ||
- API |
File renamed without changes.
Empty file.
6 changes: 3 additions & 3 deletions
6
doc/rtd/content/99_appendices/appendix1/sub/mlpro_oa/01_streams.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Online Adaptive Stream Processing | ||
================================= | ||
Online-adaptive data stream processing | ||
====================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
oa_dsp/* | ||
streams/* |
26 changes: 0 additions & 26 deletions
26
doc/rtd/content/99_appendices/appendix1/sub/mlpro_oa/streams/howto_oa_pp_009.rst
This file was deleted.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
doc/rtd/content/99_appendices/appendix1/sub/mlpro_oa/streams/howto_oa_pp_121.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,26 @@ | ||
.. _Howto_OA_PP_121: | ||
Howto OA-PP-121: Complex preprocessing with parallel tasks | ||
========================================================== | ||
|
||
|
||
**Executable code** | ||
|
||
.. literalinclude:: ../../../../../../../../test/howtos/oa/streams/hybrid/howto_oa_streams_pp_121_complex_preprocessing.py | ||
:language: python | ||
|
||
|
||
|
||
**Results** | ||
|
||
After starting the Howto, the Workflow and Tasks windows appear. These can now be arranged on | ||
the screen before the actual processing is started with a keystroke... | ||
|
||
.. image:: | ||
images/howto_oa_pp_121.gif | ||
:width: 700px | ||
|
||
|
||
|
||
**Cross reference** | ||
|
||
- :ref:`API Reference - Online-adaptive data stream processing <target_api_oa_streams>` |
File renamed without changes
4 changes: 2 additions & 2 deletions
4
doc/rtd/content/99_appendices/appendix2/sub/core/mlpro_oa/01_streams.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
4 changes: 2 additions & 2 deletions
4
doc/rtd/content/99_appendices/appendix2/sub/pool/mlpro_oa/10_streams.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
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...d/content/99_appendices/appendix2/sub/pool/mlpro_oa/streams/01_stream_tasks.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
6 changes: 3 additions & 3 deletions
6
.../streams/tasks/01_preprocessing_tasks.rst → .../streams/tasks/10_preprocessing_tasks.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
4 changes: 2 additions & 2 deletions
4
...oa/streams/tasks/02_cluster_analyzers.rst → ...oa/streams/tasks/20_cluster_analyzers.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
2 changes: 1 addition & 1 deletion
2
...oa/streams/tasks/03_anomaly_detectors.rst → ...oa/streams/tasks/30_anomaly_detectors.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
Oops, something went wrong.