Skip to content

Commit bab2bff

Browse files
authored
Merge pull request #21 from fhswf/updates
Alignment with MLPro 2.0.2
2 parents 07cc8aa + e555f38 commit bab2bff

File tree

100 files changed

+3741
-2974
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+3741
-2974
lines changed

doc/rtd/MLPro-Int-scikit-learn.gif

5.09 MB
Loading
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
.. _Howto_OA_AD_008:
2-
Howto OA-AD-008: Extended Anomaly Detection using a One Class SVM (nD)
3-
======================================================================
1+
.. _Howto_OA_AD_001:
2+
Howto OA-AD-001: Anomaly Detection using Isolation Forest (1D)
3+
==================================================================
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_008_oneclasssvm_paga_nd.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_001_if_pa_1d.py
88
:language: python
99

1010

1111

1212
**Results**
1313

1414
.. image::
15-
images/howto_oa_ad_008_oneclasssvm_paga_nd.png
15+
images/howto_oa_ad_001_if_pa_1d.png
1616
:width: 600px
1717

1818

doc/rtd/content/01_example_pool/02_howtos_anomaly_detectors/howto_oa_ad_001_oneclasssvm_pa_1d.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
.. _Howto_OA_AD_005:
2-
Howto OA-AD-005: Extended Anomaly Detection using a One Class SVM (1D)
3-
======================================================================
1+
.. _Howto_OA_AD_002:
2+
Howto OA-AD-002: Anomaly Detection using Isolation Forest (2D)
3+
==================================================================
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_005_oneclasssvm_paga_1d.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_002_if_pa_2d.py
88
:language: python
99

1010

1111

1212
**Results**
1313

1414
.. image::
15-
images/howto_oa_ad_005_oneclasssvm_paga_1d.png
15+
images/howto_oa_ad_002_if_pa_2d.png
1616
:width: 600px
1717

1818

doc/rtd/content/01_example_pool/02_howtos_anomaly_detectors/howto_oa_ad_002_oneclasssvm_pa_2d.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
.. _Howto_OA_AD_006:
2-
Howto OA-AD-006: Extended Anomaly Detection using a One Class SVM (2D)
3-
======================================================================
1+
.. _Howto_OA_AD_003:
2+
Howto OA-AD-003: Anomaly Detection using Isolation Forest (3D)
3+
==================================================================
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_006_oneclasssvm_paga_2d.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_003_if_pa_3d.py
88
:language: python
99

1010

1111

1212
**Results**
1313

1414
.. image::
15-
images/howto_oa_ad_006_oneclasssvm_paga_2d.png
15+
images/howto_oa_ad_003_if_pa_3d.png
1616
:width: 600px
1717

1818

doc/rtd/content/01_example_pool/02_howtos_anomaly_detectors/howto_oa_ad_003_oneclasssvm_pa_3d.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
.. _Howto_OA_AD_007:
2-
Howto OA-AD-007: Extended Anomaly Detection using a One Class SVM (3D)
3-
======================================================================
1+
.. _Howto_OA_AD_004:
2+
Howto OA-AD-004: Anomaly Detection using Isolation Forest (nD)
3+
==================================================================
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_007_oneclasssvm_paga_3d.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_004_if_pa_nd.py
88
:language: python
99

1010

1111

1212
**Results**
1313

1414
.. image::
15-
images/howto_oa_ad_007_oneclasssvm_paga_3d.png
15+
images/howto_oa_ad_004_if_pa_nd.png
1616
:width: 600px
1717

1818

doc/rtd/content/01_example_pool/02_howtos_anomaly_detectors/howto_oa_ad_004_oneclasssvm_pa_nd.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.

doc/rtd/content/01_example_pool/02_howtos_anomaly_detectors/howto_oa_ad_021_lof_pa_1d.rst renamed to doc/rtd/content/01_example_pool/02_howtos_anomaly_detectors/howto_oa_ad_011_lof_pa_1d.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
.. _Howto_OA_AD_021:
2-
Howto OA-AD-021: Anomaly Detection using Local Outlier Factor (1D)
1+
.. _Howto_OA_AD_011:
2+
Howto OA-AD-011: Anomaly Detection using Local Outlier Factor (1D)
33
==================================================================
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_021_lof_pa_1d.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ad_011_lof_pa_1d.py
88
:language: python
99

1010

1111

1212
**Results**
1313

1414
.. image::
15-
images/howto_oa_ad_021_lof_pa_1d.png
15+
images/howto_oa_ad_011_lof_pa_1d.png
1616
:width: 600px
1717

1818

0 commit comments

Comments
 (0)