IntelliGenes

View on PyPIReverse Dependencies (0)

1.0 intelligenes-1.0-py3-none-any.whl

Wheel Details

Project: IntelliGenes
Version: 1.0
Filename: intelligenes-1.0-py3-none-any.whl
Download: [link]
Size: 22131
MD5: 7692b79194fa1c32de37ad6c89c1e834
SHA256: 8b1db9a75a4aa8929a526433b09ce5bf02d4917779a73488e85b5286ad32a085
Uploaded: 2023-09-29 16:37:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: intelligenes
Version: 1.0
Summary: IntelliGenes: AI/ML pipeline for predictive analyses using multi-genomic profiles.
Author: William DeGroat
Author-Email: will.degroat[at]rutgers.edu
Home-Page: https://github.com/drzeeshanahmed/intelligenes
License: GNU General Public License v3.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: xgboost
Requires-Dist: shap
Requires-Dist: matplotlib
Requires-Dist: scipy
License-File: LICENSE
[No description]

WHEEL

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

RECORD

Path Digest Size
intelligenes/__init__.py sha256=nu05AlK3eqp_6DqL3_vmUCKnDK7fikAH0iVvvrklMNg 83
intelligenes/classification.py sha256=MbLfjHE7zXgRSs9SFIVDahKg-zVdx_-0eflSRCJKegc 27796
intelligenes/intelligenes.py sha256=PyZPq3GXerBgDJusMGffQiA2lTcS07oDD70ZOUWWXc8 3508
intelligenes/selection.py sha256=Q4AS_NP_UBuDZuHpksMtmgee8CKOJ9qT3JJmy_RDSZQ 6971
intelligenes-1.0.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
intelligenes-1.0.dist-info/METADATA sha256=PNctso5KUw-6CNkXm9iVOYB7g4nUi_QgaSU418KGric 841
intelligenes-1.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
intelligenes-1.0.dist-info/entry_points.txt sha256=qRLuFUu-6pYAdPJ2icRfoufjZw5LkEd4BuAvV4f7NQI 152
intelligenes-1.0.dist-info/top_level.txt sha256=V-iNtPPc48MrY2TDCNUSKxpMKyun5aTDhKlvAnrTo7E 13
intelligenes-1.0.dist-info/RECORD

top_level.txt

intelligenes

entry_points.txt

igenes = intelligenes.intelligenes:main
igenes_predict = intelligenes.classification:main
igenes_select = intelligenes.selection:main