pattern-detector 0.2.1__py3-none-any.whl → 0.2.2__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.
- pattern_detector/__init__.py +1 -1
- pattern_detector-0.2.2.dist-info/METADATA +41 -0
- {pattern_detector-0.2.1.dist-info → pattern_detector-0.2.2.dist-info}/RECORD +6 -6
- {pattern_detector-0.2.1.dist-info → pattern_detector-0.2.2.dist-info}/WHEEL +1 -1
- pattern_detector-0.2.1.dist-info/METADATA +0 -17
- {pattern_detector-0.2.1.dist-info → pattern_detector-0.2.2.dist-info}/LICENSE +0 -0
- {pattern_detector-0.2.1.dist-info → pattern_detector-0.2.2.dist-info}/top_level.txt +0 -0
pattern_detector/__init__.py
CHANGED
@@ -0,0 +1,41 @@
|
|
1
|
+
Metadata-Version: 2.2
|
2
|
+
Name: pattern_detector
|
3
|
+
Version: 0.2.2
|
4
|
+
Summary: A library for detecting patterns in time-series data.
|
5
|
+
Author: Yigit Utku Bulut and Ahmet Faruk Minareci
|
6
|
+
Author-email: yigit.utku.bulut@gmail.com, ahmetfaruk.minareci@gmail.com
|
7
|
+
License: MIT
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
10
|
+
Classifier: Operating System :: OS Independent
|
11
|
+
Requires-Python: >=3.7
|
12
|
+
Description-Content-Type: text/markdown
|
13
|
+
License-File: LICENSE
|
14
|
+
Requires-Dist: numpy
|
15
|
+
Requires-Dist: pandas
|
16
|
+
Requires-Dist: joblib
|
17
|
+
Requires-Dist: scipy
|
18
|
+
Dynamic: author
|
19
|
+
Dynamic: author-email
|
20
|
+
Dynamic: classifier
|
21
|
+
Dynamic: description
|
22
|
+
Dynamic: description-content-type
|
23
|
+
Dynamic: license
|
24
|
+
Dynamic: requires-dist
|
25
|
+
Dynamic: requires-python
|
26
|
+
Dynamic: summary
|
27
|
+
|
28
|
+
## Pattern Detector
|
29
|
+
pattern_detector is a Python library for detecting patterns in 1-D time-series data using advanced sliding window and similarity computations.
|
30
|
+
|
31
|
+
## Suggestion of use
|
32
|
+
Pattern selection is a crucial step for pattern detection algorithms. Try to select stationary start and end points in your signal for sample pattern.
|
33
|
+
|
34
|
+
## Installation
|
35
|
+
pip install pattern_detector
|
36
|
+
|
37
|
+
## Example Usage
|
38
|
+
|
39
|
+
import pattern_detector
|
40
|
+
|
41
|
+
df = pattern_detector(df, pattern, "column_name_of_pattern")
|
@@ -1,12 +1,12 @@
|
|
1
|
-
pattern_detector/__init__.py,sha256=
|
1
|
+
pattern_detector/__init__.py,sha256=Z3w7vL_RJ7ddcRCtgk-aBO1mvo84oh0eReesC3INba4,1159
|
2
2
|
pattern_detector/aoi_finder.py,sha256=TwlXN54UWVdWl2tC-E48enCPiDvnkmFm_rwFhZkkS7c,7069
|
3
3
|
pattern_detector/cosine_similarity_function.py,sha256=Vgh6Blm6kji54JfXLVoiesYYwO0qDAyCv6W--YBlU3o,2704
|
4
4
|
pattern_detector/sliding_window_cosine_similarity.py,sha256=B-Zs0fHDCXlFcWlzEhKuTquavIWzUlMgc1dd3x2gkBk,1735
|
5
5
|
pattern_detector/utils.py,sha256=jqkfeTqWEnrnvzKBxr_UdKj9cj7zPF15UhHPr9sBSa0,2646
|
6
6
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
tests/test_detector.py,sha256=mSNuqaHEkRiGcFnvvwNWa1UWKjhF6l8xBrFhGHQ1S0A,1021
|
8
|
-
pattern_detector-0.2.
|
9
|
-
pattern_detector-0.2.
|
10
|
-
pattern_detector-0.2.
|
11
|
-
pattern_detector-0.2.
|
12
|
-
pattern_detector-0.2.
|
8
|
+
pattern_detector-0.2.2.dist-info/LICENSE,sha256=RslT26mCGxF9nQEyEQL8kFMFUgmYvCA0UivIWefxWmU,1098
|
9
|
+
pattern_detector-0.2.2.dist-info/METADATA,sha256=CH16GY-N_SK5uZAOeKy92g0C2LNdJj-egSLxOxZCwS0,1258
|
10
|
+
pattern_detector-0.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
11
|
+
pattern_detector-0.2.2.dist-info/top_level.txt,sha256=zYjRoeMq6DYEzeVTU-JZKbeooXspQwn8M0uCF-naRww,23
|
12
|
+
pattern_detector-0.2.2.dist-info/RECORD,,
|
@@ -1,17 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: pattern_detector
|
3
|
-
Version: 0.2.1
|
4
|
-
Summary: A library for detecting patterns in time-series data.
|
5
|
-
Author: Yigit Utku Bulut and Ahmet Faruk Minareci
|
6
|
-
Author-email: yigit.utku.bulut@gmail.com, ahmetfaruk.minareci@gmail.com
|
7
|
-
License: MIT
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
|
-
Classifier: Operating System :: OS Independent
|
11
|
-
Requires-Python: >=3.7
|
12
|
-
License-File: LICENSE
|
13
|
-
Requires-Dist: numpy
|
14
|
-
Requires-Dist: pandas
|
15
|
-
Requires-Dist: joblib
|
16
|
-
Requires-Dist: scipy
|
17
|
-
|
File without changes
|
File without changes
|