itsml

View on PyPIReverse Dependencies (0)

0.1.2 itsml-0.1.2-py3-none-any.whl

Wheel Details

Project: itsml
Version: 0.1.2
Filename: itsml-0.1.2-py3-none-any.whl
Download: [link]
Size: 3170
MD5: 0a55bc0efca8df07027127818eb399f1
SHA256: 6e7239c6a0c974970c94f51a72b8af6e7038755ae5802fd0409da3e4f28674bf
Uploaded: 2021-06-25 17:03:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: itsml
Version: 0.1.2
Summary: Tools for doing machine learning with some of my custom transformers.
Author: Alexandre Farias
Author-Email: 0800alefarias[at]gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<4.0
Requires-Dist: numpy (<2.0.0,>=1.20.1)
Requires-Dist: pandas (<2.0.0,>=1.2.3)
Requires-Dist: scikit-learn (<0.25.0,>=0.24.2)
Requires-Dist: setuptools (<58.0.0,>=57.0.0)
[No description]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
itsml/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
itsml/feature_extraction/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
itsml/feature_extraction/text.py sha256=Tgo07DyDz42lazCw9ntyOxYKTzSQndT0JbdC6YZ3N8c 1540
itsml/preprocessing/text.py sha256=R_4_YB0r6V527nJLXFMZ-iuvUIbk0R1jyLuOE71vrm0 2634
itsml-0.1.2.dist-info/entry_points.txt sha256=grATrZb8Cnr91baRiB_CBvDxaATKYCjVg0WdCUxPc0c 289
itsml-0.1.2.dist-info/WHEEL sha256=V7iVckP-GYreevsTDnv1eAinQt_aArwnAxmnP0gygBY 83
itsml-0.1.2.dist-info/METADATA sha256=HE_DDaz61fdxC06ntNxVSgGdsewySzEeb6eJrTqF1jE 537
itsml-0.1.2.dist-info/RECORD

entry_points.txt

fmt = scripts.code_quality:do_code_formatting
fmt-check = scripts.code_quality:check_code_formatting
isort-check = scripts.code_quality:check_import_order
isort-fmt = scripts.code_quality:sort_import_order
linter = scripts.code_quality:linter
tests = scripts.code_quality:run_tests