check-your-heuristic

View on PyPIReverse Dependencies (0)

0.0.2 check_your_heuristic-0.0.2-py3-none-any.whl

Wheel Details

Project: check-your-heuristic
Version: 0.0.2
Filename: check_your_heuristic-0.0.2-py3-none-any.whl
Download: [link]
Size: 17714
MD5: 12d1a67a0ef3b4f5e2cd48156d1b3af8
SHA256: e353b16347dc5a83df1760b3fd7e83cbac0ffd22276ef82030b267bf1de4c353
Uploaded: 2022-03-16 07:04:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: check-your-heuristic
Version: 0.0.2
Summary: Small library which aim is to check your dataset for being solved by simple heuristics. Multilingual!
Author: Tatiana Iazykova, Olga Bystrova, Denis Kapelyushnik
Author-Email: tania_yazykova[at]bk.ru
License: MIT
Keywords: heuristics,rule-based,language models,natural language understanding,nlp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.19.0)
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: scikit-learn (>=0.24.2)
Requires-Dist: pymorphy2 (>=0.9.1)
Requires-Dist: pyyaml
Requires-Dist: nptyping (>=1.4.4)
Requires-Dist: parameterized (>=0.8.1)
Requires-Dist: openpyxl (>=3.0.9)
Requires-Dist: matplotlib (>=3.4.3)
Requires-Dist: seaborn (>=0.11.0)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 1402 characters]

WHEEL

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

RECORD

Path Digest Size
check_your_heuristic/Base.py sha256=dqU7AqWe8DCXYetV9bRnAFZghe9CLD5jlxCeMMn42iY 3334
check_your_heuristic/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
check_your_heuristic/configs.py sha256=ETxh-6p46yaJb2CBOUVKzyEOMc4ZRbYFGLo--Cim42A 595
check_your_heuristic/main.py sha256=eYkcRzK_glJEzWZ_3YaB7fTH2-V_VXkjXcjWuZRTD9M 1978
check_your_heuristic/utils.py sha256=vaX803k5VmYFQzX05kCYFG-zStEyEVfdD2lQqUg9ctU 630
check_your_heuristic/dataset/BaseDataset.py sha256=9gOncsDQ9rNnm77zq24BOwosHAfvaprNDFOrOLLy5OY 534
check_your_heuristic/dataset/Dataset.py sha256=xiSY6f7FotJrW_zis6_i_KjAMtWyL_uqT27tA-5D-sI 2109
check_your_heuristic/dataset/MultiRCDataset.py sha256=KLz74AD2n-Oha7l3wEahPrpyhs5ArBsOmVdMmXJzV1A 1928
check_your_heuristic/dataset/ReCoRDDataset.py sha256=0LQ_3ujipZSKV8bv5T_Oo1o_1SWhtqBywKPNPJ82Ptw 1701
check_your_heuristic/dataset/__init__.py sha256=KhZU3Nz6oWIT5PWJg2f7He9C9h_DfSv4N62DEx4cYdw 185
check_your_heuristic/heuristics/BasicHeuristics.py sha256=jwO-C-S_foVL4WXoTVbt_wM2znMkPqbbyrkx1AUJJ0g 13185
check_your_heuristic/heuristics/Heuristic.py sha256=Rny-0qLhlaK8-99dXilinPShODvMOf93tAnYVVHwBis 399
check_your_heuristic/heuristics/ReCoRDHeuristics.py sha256=ZrPdKdd_H6C9jbyk_pAOrRjk2pQNEmfJ1-qtkaPjt4w 7723
check_your_heuristic/heuristics/WordInContextHeuristics.py sha256=qUe3FnTA_Ia84A_aXMaaaL0eTgsZ9x1zbuiSvfH2roQ 3108
check_your_heuristic/heuristics/__init__.py sha256=Nk97BYalYvZgmuO1o4PbuezUSTdoLIC056me3f8qT1o 245
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_BaseSolver.py sha256=pcSqTZv-h2k-M4U29KuOVbvg4Li7kuHWIcBl9ShY91k 2053
check_your_heuristic-0.0.2.dist-info/LICENSE.txt sha256=xkTgnqPxaXKeb0NzAZ1TOMmgmQE55jLX9SKJD1EeTwU 1108
check_your_heuristic-0.0.2.dist-info/METADATA sha256=6cp3VQdZ6U5IDmrFfw_Ve6GQsUMuWHYjf3xwHap-Gw4 2536
check_your_heuristic-0.0.2.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
check_your_heuristic-0.0.2.dist-info/entry_points.txt sha256=Rkn8fhqa1dDWV3X2_83Nc7kR-rM2aXHSPHM7fsDtrNY 254
check_your_heuristic-0.0.2.dist-info/top_level.txt sha256=CT1AdyozaMv54AjmEYImOWClUHImKpvMjY6qzb35fK8 27
check_your_heuristic-0.0.2.dist-info/RECORD

top_level.txt

check_your_heuristic
tests

entry_points.txt

run-base-case = check_your_heuristic.main:base_case
run-multirc-case = check_your_heuristic.main:multirc_case
run-record-case = check_your_heuristic.main:record_case
run-wordincontext-case = check_your_heuristic.main:wordincontext_case