File tree Expand file tree Collapse file tree 7 files changed +11
-222
lines changed Expand file tree Collapse file tree 7 files changed +11
-222
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,5 @@ v<0.3.0>, <03/19/2023> -- Updated clf thresholder
4747v<0.3.0>, <03/20/2023> -- Added GNBM model to meta
4848v<0.3.1>, <04/13/2023> -- Added pre-commit and formatted
4949v<0.3.1>, <04/27/2023> -- Added grp and srp methods to decomp
50- v<0.3.1>, <04/27/2023> -- Python 3.11 support
50+ v<0.3.1>, <05/02/2023> -- Python 3.11
51+ v<0.3.1>, <05/03/2023> -- Removed ALL thresholder
Original file line number Diff line number Diff line change 4040 :target: https://github.com/KulikDM/pythresh/blob/master/LICENSE
4141 :alt: License
4242
43+ .. image :: https://zenodo.org/badge/497683169.svg
44+ :target: https://zenodo.org/badge/latestdoi/497683169
45+ :alt: Zenodo DOI
46+
4347----
4448
4549PyThresh is a comprehensive and scalable **Python toolkit ** for
@@ -236,8 +240,6 @@ Unsupervised Anomaly Detection <https://arxiv.org/abs/2210.10487>`_
236240+-----------+-------------------------------------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
237241| ZSCORE | Z-score | [#zscore1 ]_ | `pythresh.thresholds.zscore module <https://pythresh.readthedocs.io/en/latest/pythresh.thresholds.html#module-pythresh.thresholds.zscore >`_ |
238242+-----------+-------------------------------------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
239- | ALL | All Thresholders Combined | None | `pythresh.thresholds.all module <https://pythresh.readthedocs.io/en/latest/pythresh.thresholds.html#module-pythresh.thresholds.all >`_ |
240- +-----------+-------------------------------------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
241243| COMB | Thresholder Combination | None | `pythresh.thresholds.comb module <https://pythresh.readthedocs.io/en/latest/pythresh.thresholds.html#module-pythresh.thresholds.comb >`_ |
242244+-----------+-------------------------------------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
243245
Original file line number Diff line number Diff line change 4040 :target: https://github.com/KulikDM/pythresh/blob/master/LICENSE
4141 :alt: License
4242
43+ .. image :: https://zenodo.org/badge/497683169.svg
44+ :target: https://zenodo.org/badge/latestdoi/497683169
45+ :alt: Zenodo DOI
46+
4347----
4448
4549PyThresh is a comprehensive and scalable **Python toolkit ** for
@@ -173,8 +177,6 @@ Unsupervised Anomaly Detection <https://arxiv.org/abs/2210.10487>`_
173177+-----------+----------------------------------------------------------------+-----------------------------------+
174178| ZSCORE | Z-score | :cite: `bagdonavicius2020zscore ` |
175179+-----------+----------------------------------------------------------------+-----------------------------------+
176- | ALL | All Thresholders Combined | |
177- +-----------+----------------------------------------------------------------+-----------------------------------+
178180| COMB | Thresholder Combination | |
179181+-----------+----------------------------------------------------------------+-----------------------------------+
180182
Original file line number Diff line number Diff line change 22 All Models
33############
44
5- ********************************
6- pythresh.thresholds.all module
7- ********************************
8-
9- .. automodule :: pythresh.thresholds.all
10- :members:
11- :exclude-members:
12- :undoc-members:
13- :show-inheritance:
14- :inherited-members:
15-
165*********************************
176 pythresh.thresholds.aucp module
187*********************************
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# Based on NiLearn package
33# License: simplified BSD
44
5- __version__ = '0.3.0 ' # pragma: no cover
5+ __version__ = '0.3.1 ' # pragma: no cover
You can’t perform that action at this time.
0 commit comments