tabensemb

View on PyPIReverse Dependencies (0)

0.2 tabensemb-0.2-py3-none-any.whl

Wheel Details

Project: tabensemb
Version: 0.2
Filename: tabensemb-0.2-py3-none-any.whl
Download: [link]
Size: 142587
MD5: 8f523f0e34cd58ed3ffee97ef0d1c789
SHA256: f22d92f5836f1f0c6398f915175d7c3c96ba40c07bce65066455865784cc284d
Uploaded: 2024-09-25 16:34:22 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tabensemb
Version: 0.2
Summary: A framework to ensemble model bases and evaluate various models for tabular predictions.
Author: xueling luo
Home-Page: https://github.com/LuoXueling/tabular_ensemble
Requires-Python: >=3.8.0
Requires-Dist: autogluon.tabular[all] (<1.0.0,>=0.7.0)
Requires-Dist: autogluon.common (<1.0.0,>=0.7.0)
Requires-Dist: autogluon.core (<1.0.0,>=0.7.0)
Requires-Dist: autogluon.features (<1.0.0,>=0.7.0)
Requires-Dist: captum (>=0.6.0)
Requires-Dist: matplotlib (>=3.3.4)
Requires-Dist: numpy (>=1.22.1)
Requires-Dist: openpyxl (>=3.0.10)
Requires-Dist: pandas (>=1.4.2)
Requires-Dist: scikit-learn (<1.4,>=1.0.2)
Requires-Dist: scikit-optimize (>=0.9.0)
Requires-Dist: scipy (>=1.7.3)
Requires-Dist: seaborn (>=0.11.2)
Requires-Dist: tqdm (>=4.64.1)
Requires-Dist: torchmetrics (>=0.11.0)
Requires-Dist: pytorch-widedeep (>=1.2.1)
Requires-Dist: pytorch-tabnet (>=4.0)
Requires-Dist: pytorch-tabular (>=1.0.2)
Requires-Dist: miceforest (>=5.6.3)
Requires-Dist: shap (>=0.41.0)
Requires-Dist: einops (>=0.6.0)
Requires-Dist: pytorch-lightning (>=1.8.6)
Requires-Dist: traitlets (<=5.9.0)
Requires-Dist: sphinx (==7.2.5); extra == "doc"
Requires-Dist: sphinx-rtd-theme (==1.3.0); extra == "doc"
Requires-Dist: nbsphinx (==0.9.3); extra == "doc"
Requires-Dist: pandoc (==2.3); extra == "doc"
Requires-Dist: myst-parser (==2.0.0); extra == "doc"
Requires-Dist: sphinx-copybutton (==0.5.2); extra == "doc"
Requires-Dist: sphinx-paramlinks (==0.6.0); extra == "doc"
Requires-Dist: numpydoc (==1.5.0); extra == "doc"
Requires-Dist: pydata-sphinx-theme (==0.13.3); extra == "doc"
Requires-Dist: jupyter; extra == "notebook"
Requires-Dist: notebook (<7.0.0); extra == "notebook"
Requires-Dist: torch (>=1.12.0); extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-order; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: torch (>=1.12.0); extra == "torch"
Provides-Extra: doc
Provides-Extra: notebook
Provides-Extra: test
Provides-Extra: torch
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4548 characters]

WHEEL

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

RECORD

Path Digest Size
tabensemb/__init__.py sha256=0cZv6CKoGbllLT-nt6eFTYgpluoyzans8ZdG73-Eig0 3965
tabensemb/config/__init__.py sha256=9Z40jm-lBvqfx0dkS4-VVK1rBTHHUV3PuhflW2rX3AA 36
tabensemb/config/default.py sha256=Hvvu8-LZrkLyRBeRkB5CO-HgTKh6mSl9qjfklEFHEVY 1312
tabensemb/config/user_config.py sha256=c_Sk5YY1LImlzLcDqVibhAgIcBsj5nuah-_Fw7hDWeY 16612
tabensemb/data/__init__.py sha256=QYHYvfwYmuzcjvyCynjUQjcdyhGlcT2sSQCptrh-aos 902
tabensemb/data/base.py sha256=SZyXTvCtHstRPXMVlYVqXLPo2wQoPanceQvUHQKyNts 29757
tabensemb/data/dataderiver.py sha256=PVK88FYsQCJMKkLqU6E1sdSePSaFmsV2pVBGHF0vvpo 6601
tabensemb/data/dataimputer.py sha256=Y29hiZwxXCCBvXNC-0UhUKEXCvbdl653nJlgdfXgfL8 5132
tabensemb/data/datamodule.py sha256=QWnppxY0gjFrT1zrw_iuk2EU2WocLKB9b_9WN93KKfg 80332
tabensemb/data/dataprocessor.py sha256=8ad9LIRh4IgirEt37gmhF8ZfUEouYVo9CxYtPI8fCpk 14206
tabensemb/data/datasplitter.py sha256=m_h_W4HZdZf3vtkeG2xeFj2FH4ilPTpJET8LKxYv7RY 1715
tabensemb/data/utils.py sha256=_NL_88hUDQzj15pKWQbP4wzcsjcTLnpmq_-uO2072fc 12575
tabensemb/model/__init__.py sha256=MlgMOu76hdikcEYlmjt3aGN4EKeADjofvuh4ZWPbY68 603
tabensemb/model/autogluon.py sha256=T5miuD_QuwZ370YngbTysVDbG52oVjpl2nTYE2Py-JQ 13480
tabensemb/model/base.py sha256=UvRHOOoakzWJXCrm1ukJQMyUJD1lCdedy3C1JwhXr7c 131275
tabensemb/model/pytorch_tabular.py sha256=38r5oILGwPHf0fdanJQrE-5r9XxWYRG2Oy79aVGVXDQ 20179
tabensemb/model/sample.py sha256=c2BG7CDv8m3BTtP0YXUA9Kj21cujzM_jh5iXYtbfyJQ 4436
tabensemb/model/util_model.py sha256=RAmyqamf4mdG0SBLZlIEZ8CzQxa8MzWP-Vq4ah_lH5Y 5528
tabensemb/model/widedeep.py sha256=w6O5_88ef4GbUjk0cn30EHuwRhnfqYQxryOdRB0CvbM 20024
tabensemb/model/_autogluon/__init__.py sha256=NwF9DJX6UmNKCBae5RMHaMy7kpNUQzevAtKlAS8bsPs 26
tabensemb/model/_autogluon/multilabel.py sha256=Y8vaSaeYhoe5IBrhyrdYhdXrRyW8zvLDEZODRmqFR30 9321
tabensemb/model/_pytorch_tabular/__init__.py sha256=5bCQaxo9HkSh8kpcSCTYoVJw12B3brc96MyBeKFCozA 26
tabensemb/model/_pytorch_tabular/mute_track.py sha256=Vfe6JoF3a0OAmsjj-szsfH31Hb8a-qQ8WAvAHySN8Js 288
tabensemb/model/_sample/__init__.py sha256=X1p27U19z_o4Et1CXNvawxsGHjTV1ZQqKxS-qWKwGv8 54
tabensemb/model/_sample/cat_embed.py sha256=xL3xPq4TcA8N_r8_3t9jJKfKbBa13eQbLgP574JtnOc 6476
tabensemb/model/_sample/require_model.py sha256=ec55Uj3vA4EGYrxDgE0YX9wMqhzUOPpX9klITWtmRkg 1767
tabensemb/model/_widedeep/__init__.py sha256=IMEM920h6g2mPUKTyO53XNYTxEY9AJVBzuJUA4Ref2s 33
tabensemb/model/_widedeep/widedeep_callback.py sha256=uILy_Cl50FxKlSnSAANmJEPSaq5a9vd1j8Jmxy_RopE 1333
tabensemb/trainer/__init__.py sha256=VD08emXtpYnbN2lcRs5VTzyCouze4KM7vmIIxBj7Aag 167
tabensemb/trainer/trainer.py sha256=ksMbcObBaz_pOSg9n7vA4xGifnLLgjQWAHgLyICRqSI 176909
tabensemb/trainer/utils.py sha256=4BqT3Rs-872AHqhKRHieZTYhjzgqXH7HJlCx6adMYGo 374
tabensemb/utils/__init__.py sha256=alIDGBnxWH4JvP-UW-7N99seBBi0r1GV1h8f1ERFBec 21
tabensemb/utils/collate.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tabensemb/utils/ranking.py sha256=i0aoQOhAf710nTZ978HdW7wAP80tWNURU2vkvlmj2tk 3451
tabensemb/utils/utils.py sha256=ua7Cv5b434S8YYmu3krMup6Y4VXPXNqzDfGicL-o7LE 29535
tabensemb/utils/imputers/__init__.py sha256=mq3-zoJt3MrDlHzwe3FMAS1LPH7_rzmSVRbIrmkVlYw 20
tabensemb/utils/imputers/gain.py sha256=JUOARyG5fCxgoha5idjxvBLCgJ5qvWkcoEIEsyUu1nI 9911
tabensemb/utils/processors/__init__.py sha256=-GaOK-tZvwjtDOy4cyjMqelYdGy7eKF8DzqWbJoYiqU 21
tabensemb/utils/processors/rfecv.py sha256=PbfAsClE56Q4I-6Ta8xFqFPHmGuD_3g9ZWsgscGRf6c 13710
tabensemb-0.2.dist-info/LICENSE sha256=oRD417V8cqQ5BQh3MUobPeat033_c-MV9YIvSxUHq0U 1067
tabensemb-0.2.dist-info/METADATA sha256=uH8FZ0XN_oHRQE7Aeqogn1pHRA1cejopcf4bHaj43rs 6676
tabensemb-0.2.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
tabensemb-0.2.dist-info/top_level.txt sha256=LjjL4Y3OVw7M2FXrDCSqeMubm7VTY9yltUObpnYr2fg 10
tabensemb-0.2.dist-info/RECORD

top_level.txt

tabensemb