tabular-classification-package

View on PyPIReverse Dependencies (0)

0.0.2 tabular_classification_package-0.0.2-py3-none-any.whl

Wheel Details

Project: tabular-classification-package
Version: 0.0.2
Filename: tabular_classification_package-0.0.2-py3-none-any.whl
Download: [link]
Size: 4216
MD5: b4433ae43110818ca9f602e9be3cb239
SHA256: 7223fa85485e00c081edaf9e0ee3306d1b6c7beb541cba543b82da4efeaae0b0
Uploaded: 2024-02-01 19:50:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tabular_classification_package
Version: 0.0.2
Summary: Tabular Classification Package
Author-Email: DashAI team <dashaisoftware[at]gmail.com>
Project-Url: Homepage, https://github.com/DashAISoftware/DashAI
Project-Url: Issues, https://github.com/DashAISoftware/DashAI/issues
Requires-Python: >=3.8
Requires-Dist: scikit-learn (>=1.2.1)
Description-Content-Type: text/markdown
[Description omitted; length: 668 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.21.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tabular_classification_package/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tabular_classification_package/k_neighbors_classifier.py sha256=wX1kLYPALtlQbZ1PpQjXeHl1egbz7YtiWtzGSBQcjig 527
tabular_classification_package/random_forest_classifier.py sha256=8epdmlprcTAlowryqpTP7-KjmAuC1-JnM-EPxq7SbRU 522
tabular_classification_package/tabular_classification_model.py sha256=t8HN9CUEo3E2FjIakELfO7c-DUjD_G7Cvm3beHgD4rQ 226
tabular_classification_package/tabular_classification_task.py sha256=JgCpqDi8PMdL5ABZU4Fp801jp_DNqy2Xq2KKswkyn_M 1402
tabular_classification_package-0.0.2.dist-info/METADATA sha256=s5P6UPH5eo3cYW35tOf1RcZwFYI2Niy3umgvdUak18I 1075
tabular_classification_package-0.0.2.dist-info/WHEEL sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc 87
tabular_classification_package-0.0.2.dist-info/entry_points.txt sha256=RM8vaH8qyoV_U0T4EJRt-PT18EYdBCEHKYm_u40OabA 394
tabular_classification_package-0.0.2.dist-info/RECORD

entry_points.txt

knn = tabular_classification_package.k_neighbors_classifier:KNeighborsClassifier
random_forest = tabular_classification_package.random_forest_classifier:RandomForestClassifier
tabularModel = tabular_classification_package.tabular_classification_model:TabularClassificationModel
tabularTask = tabular_classification_package.tabular_classification_task:TabularClassificationTask