roerich

View on PyPIReverse Dependencies (0)

0.6.0 roerich-0.6.0-py3-none-any.whl

Wheel Details

Project: roerich
Version: 0.6.0
Filename: roerich-0.6.0-py3-none-any.whl
Download: [link]
Size: 36228
MD5: 0f3583f0acc6516c541e4003d15baa7a
SHA256: 5e28671f200b2d095e9b01be51bb00217c6ecfb877d42437e7e8bf0a60808280
Uploaded: 2023-07-17 10:48:37 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: roerich
Version: 0.6.0
Summary: Change point detection.
Author: Mikhail Hushchyn, Kenenbek Arzymatov
Author-Email: hushchyn.mikhail[at]gmail.com, kenenbek[at]gmail.com
Home-Page: https://github.com/HSE-LAMBDA/roerich
Project-Url: Documentation, https://hse-lambda.github.io/roerich/
Project-Url: Source, https://github.com/HSE-LAMBDA/roerich/
License: BSD-2-Clause
Keywords: python,machine learning,neural networks,signal processing,segmentation,time series analysis,anomaly detection,change point detection,density ratio
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: numpy (>=1.23.0)
Requires-Dist: pandas (>=1.4.2)
Requires-Dist: scipy (>=1.8.1)
Requires-Dist: scikit-learn (>=1.1.1)
Requires-Dist: joblib (>=1.1.0)
Requires-Dist: matplotlib (>=3.5.2)
Requires-Dist: torch (>=1.11.0)
Requires-Dist: torchaudio (>=0.11.0)
Requires-Dist: torchvision (>=0.12.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3480 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
roerich/__init__.py sha256=kxhyLHHZWKNO6SVDFC6ai6EER3VNPI50x7FcdnZ5UKg 113
roerich/dataset.py sha256=ubiq_99DbKMeVWlKiYWMgGZ1H-ah47Elnm3rRzLV7bI 497
roerich/helper.py sha256=CzsU9okXnt4vrlRSsz5ozOvF5zkTa2suctpJjUr17C4 2797
roerich/utils.py sha256=3b2iVAt_aA_itUAFOS3-tVHvmEejdy_xjJyVXPYYE9I 1150
roerich/viz.py sha256=LLBU1YKJcCQWsCEltazYIh_5AlvYWEm7J96L8vTUU9E 1963
roerich/algorithms/__init__.py sha256=wOLWWtuDQLAmHOmVxI_yqnUF3qz2Y1z4Ielkqjmon9Y 831
roerich/algorithms/algorithms.py sha256=rg5jlSrdLg0dIMg18ViDTk7QKRODdx9GoAuW0iGDISM 11022
roerich/algorithms/cpdc.py sha256=GMv3mE_aN0Qxn7uKN8agZah5Y9X8mWJrAMi_z8_yjeg 19938
roerich/algorithms/cpdc_cv.py sha256=UovnrpyU37WFbWvgYrKD53s0DCa4dNfbnJxYQL6pADw 6531
roerich/algorithms/enrg_dist.py sha256=RgpzJEMXfpsvNgt459YmuvYZNoHgBPc4WyGAC-P-2pI 1317
roerich/algorithms/matrix.py sha256=pevy30Bob8k2ocj61-O2bgBEOkjss2W4jvC-7Mi3QQQ 4283
roerich/algorithms/models.py sha256=tyJcej6oetzaH6nXBMDWdpF4U9R4hMxA4Edk201rriY 12869
roerich/algorithms/net.py sha256=v4iSDI0lXRRo9PuBugk97gqfUoS60XAwdoI7o8vTWGE 832
roerich/algorithms/scaler.py sha256=JzHqyiqjiQfmcc_iv3Ju6cLd1cXXVscARbp1SKhK_tc 2416
roerich/change_point/__init__.py sha256=FXtl1VoJ-AdiWWJ_2G5BEbUq61tYrq4rWMQjcbLpk44 556
roerich/change_point/onnc.py sha256=B4GrXCnXpe72vnCNNTS9yWsbZSUigRGZ4SmxZkVxuCg 11179
roerich/change_point/onnr.py sha256=aSWWRLYNT4lQOLKMvatY1QoKMLWb2Qglsz64SuDLFVc 10135
roerich/change_point/windows.py sha256=Avhu_Lb-dkNCMvNVsPllDMof_JCC8YwGSGvpvkwfGQ8 3479
roerich/density_ratio/__init__.py sha256=VZyPp8Wgw-GwkXIR4PBvoXf_DxsCtWatAP_iNZ68VVI 175
roerich/explanation/__init__.py sha256=UZvPjvFxz3BKyliIGLNyfEanbIVsCeiTCMkr6q6oBfc 91
roerich/metrics/__init__.py sha256=uGjKSgTj4Hc9kiQRDSNuwrktVgT6f1DfnW5Zm8h2hg8 437
roerich/metrics/metrics.py sha256=n1Oi_FDd3hzYE-RubUHRKhb1B45AoPSjoNhPqxnn-Ac 2896
roerich/metrics/pr.py sha256=S_-VlZE7OySGSw68F4F_cRRYt8bTlzQk61U7R1D6F2U 7398
roerich/networks/__init__.py sha256=jB5hOnghrmrqL0fjUv_T1070rxYJGS8iQlChkCgjYJY 258
roerich/scores/__init__.py sha256=_EJQdJ-JA2sKXrxAGlRrR86i5BvjvlnbC5TbFbF4vr0 207
roerich/scores/energy.py sha256=6vQG9egLOV9Z7nmHsgp_LOcMgmazytZ6qDxwxGUWcaw 391
roerich/scores/fd.py sha256=yuiwUufi6-nQBu96mpZmGamTf2FYSOcTHsrtYezAH7U 1030
roerich/scores/mmd.py sha256=iBEPKtLEeZs4x6fEiO6JUgL0RXQjbvi1Aqs-55Yzd7I 1032
roerich-0.6.0.dist-info/LICENSE sha256=_VfObR8DifKXiav_660BRKzCnxFNVCCgSBbiC8L3pbg 1354
roerich-0.6.0.dist-info/METADATA sha256=T6JfK92fZJk22y_8MzpntDnwKg9EMs3HA3lFdczmDFA 4666
roerich-0.6.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
roerich-0.6.0.dist-info/top_level.txt sha256=t-0rqvqyBkMLafGEn78mNqNanmlVqUxv3oA2IDwxeyQ 8
roerich-0.6.0.dist-info/RECORD

top_level.txt

roerich