tsadmetrics 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
tsadmetrics/__init__.py CHANGED
@@ -1,6 +1,12 @@
1
1
  from .binary_metrics import *
2
2
  from .non_binary_metrics import *
3
3
  from .utils import *
4
+
5
+ import sys
6
+ import os
7
+ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_tsadeval")))
8
+
9
+
4
10
  __author__ = 'Pedro Rafael Velasco Priego i12veprp@uco.es'
5
11
  __version__ = "0.0.1"
6
12
  __all__ = ['point_wise_recall', 'point_wise_precision', 'point_wise_f_score','point_adjusted_recall',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tsadmetrics
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Librería para evaluación de detección de anomalías en series temporales
5
5
  Home-page: https://github.com/pathsko/TSADmetrics
6
6
  Author: Pedro Rafael Velasco Priego
@@ -1,11 +1,11 @@
1
- tsadmetrics/__init__.py,sha256=sETF4u0XMjY-1h2RJb7GyEAngvQ1e62RC7TolT-cKJ0,1571
1
+ tsadmetrics/__init__.py,sha256=z6NknOSgSmwBxsWO6FcxA3yWSVHsCGyqi_f_XaCfDqc,1682
2
2
  tsadmetrics/binary_metrics.py,sha256=6yp4Dqg0_M_bJvyoWVgjAr4rLnGIDzHd7CzCRKqJVso,37739
3
3
  tsadmetrics/metric_utils.py,sha256=HtcgQ3sqnfoOQ-QnDctNiaRGDXRuFvGzMGhoS2HWYIg,10476
4
4
  tsadmetrics/non_binary_metrics.py,sha256=2F_qsV7wf-IMAB158uA9U0DC5l2apTAyK6XPN2roI7k,2895
5
5
  tsadmetrics/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  tsadmetrics/ts_aware_utils.py,sha256=RbgSAVLWeMtA0ZrvBw-_lT0b0ygFn9a1TxSW5cQAwmg,31
7
7
  tsadmetrics/utils.py,sha256=G0yWxgTZ9MBzyB0XDLrO2TMwmtm4hssDp5Sr0CG9FqY,1834
8
- tsadmetrics-0.1.0.dist-info/METADATA,sha256=uJkICqyBIEcjkBuDUrj_28MGzwmUCBepr8wYU3ob3eY,350
9
- tsadmetrics-0.1.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
10
- tsadmetrics-0.1.0.dist-info/top_level.txt,sha256=rRMFvkwJRUuenl0__YY_3BNr-rkdhAdj28iICkpC5a4,12
11
- tsadmetrics-0.1.0.dist-info/RECORD,,
8
+ tsadmetrics-0.1.1.dist-info/METADATA,sha256=FA9RKtLnaQgRv9EQ4hRuS2yRU4vfkWxA0wL5rw6Z0a0,350
9
+ tsadmetrics-0.1.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
10
+ tsadmetrics-0.1.1.dist-info/top_level.txt,sha256=rRMFvkwJRUuenl0__YY_3BNr-rkdhAdj28iICkpC5a4,12
11
+ tsadmetrics-0.1.1.dist-info/RECORD,,