gbart

View on PyPIReverse Dependencies (0)

0.2.1 gbart-0.2.1-py3-none-any.whl

Wheel Details

Project: gbart
Version: 0.2.1
Filename: gbart-0.2.1-py3-none-any.whl
Download: [link]
Size: 40172
MD5: 5b6a11fda7c03c5d989320c31d449b3d
SHA256: 8a3cda10438675cb9f2c9ae2ccaffb66a6b60c86cdc8df9da651e7fab6fc0750
Uploaded: 2019-10-26 00:42:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gbart
Version: 0.2.1
Summary: A python package to implement Variable Grouping Based Bayesian Additive Regression Tree, associated with ICASSP2020 submitted paper
Author: Yuhao Su, Jie Ding
Author-Email: su000088[at]umn.edu, dingj[at]umn.edu
Home-Page: https://github.com/AugusHsu/gbart
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: joblib
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: sklearn
Requires-Dist: statsmodels
Description-Content-Type: text/markdown
[Description omitted; length: 5525 characters]

WHEEL

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

RECORD

Path Digest Size
gbart/__init__.py sha256=o1pFh4mewT5rbbRx2YCBJQoik2C7IMDQ_Q0qjNVI6WI 14
gbart/create_dataset.py sha256=laV8CWO_Jntel8SpZOcq0M8To6irhjJf5OQ1jJ14Xzk 8071
gbart/groupbart.py sha256=2PrO2o7Mc_oJ-2OjnrUeTkFFYOuNg63p_bTSyGmkcEc 7982
gbart/utilities.py sha256=hbX-BuEI43wYuKX_IyrTAtXsVhUBwWOTj3AFgffqDIY 1447
gbart/modified_bartpy/data.py sha256=5HSgAlt0b1d1UNIo5n9wpXaqDJ10C4c1h3hkS23G89Y 5750
gbart/modified_bartpy/errors.py sha256=cIQUpvl0QscJAKI3H8Lo-MFvuwNHlvTjqU50GVTwDQk 110
gbart/modified_bartpy/featureimportance.py sha256=HVHGaD44Qs4ACn5imjm_unhYsT2tOlr7h21n2sdgGRM 4980
gbart/modified_bartpy/featureselection.py sha256=FjY4no0vaHAeEdmcbsgO4m9E48UXTHBmSnukPfpvvMo 2625
gbart/modified_bartpy/model.py sha256=4TcNY3-85-M6fu5BX86VCo_vAxIqSLrMxp949I2fI8A 4347
gbart/modified_bartpy/mutation.py sha256=Isfi5s1d9tEfMCc5Vt2DuGRaTQZZlhb8YOqmm2mphto 1263
gbart/modified_bartpy/node.py sha256=0t4frVYogR3IsZeslpQ8I6DuDkNch0WT1Ek3wCeG5Z4 4163
gbart/modified_bartpy/plotting.py sha256=re9ZbvoqRcN0uRPBpBbYFkvtWEbEFlzft4nMgwW6WCU 341
gbart/modified_bartpy/runner.py sha256=_2olndSqvOA1IWFKmFbY7fwW8Oaoa7GNddtIF1IJZaY 1778
gbart/modified_bartpy/sigma.py sha256=RvmrGFXNE8mc_yJc6s1G6pozDVcvM43ZLMqNUc5lIfk 1110
gbart/modified_bartpy/sklearnmodel.py sha256=elLc2qSYGrp2VlDEf_HKagrnk8QAViETu29JIIjM4b4 11866
gbart/modified_bartpy/split.py sha256=mwZ6YzoPJTYLi1UKTZ-kVzFQ1rq8-nMe1OH9trmFu2Y 5631
gbart/modified_bartpy/trace.py sha256=LGMd-TB7prZXZFMqahXf9quVB0nVonxEsW77EFiGXsk 1096
gbart/modified_bartpy/tree.py sha256=huK6_lbaX_c6INNqonFCOJ93DaTWSgxpd-bzMQorz-U 5220
gbart/modified_bartpy/diagnostics/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gbart/modified_bartpy/diagnostics/features.py sha256=U7esoX6bADXW2CgRSQKWC28MSNsVlv20Vwk-WA0J8s8 5586
gbart/modified_bartpy/diagnostics/residuals.py sha256=-kzBD8TaRl2aIiIziYUtuW571MzOA9OhB9O8M8nuRcU 257
gbart/modified_bartpy/diagnostics/trees.py sha256=xl67oKaKtwfeCEWZiRgfszMgM4NwSy6BZ3HrBpc8EBc 635
gbart/modified_bartpy/extensions/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gbart/modified_bartpy/extensions/baseestimator.py sha256=0PJ2oUNxVIXBC7dsuR7puCYf54vubwwtn2-pDVGpn9s 1413
gbart/modified_bartpy/extensions/ols.py sha256=H9HxGDitw8fb6VLe3fAaEHL6W4-teVO34byTbz5vHZY 1203
gbart/modified_bartpy/samplers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gbart/modified_bartpy/samplers/leafnode.py sha256=ycMs-nuaK7ah2ZH7LTFEUGyHoDMxRFyS6u5_zs1veuk 1346
gbart/modified_bartpy/samplers/modelsampler.py sha256=dYf4ypR_hbwpVRF-Sj66RKK9YPZEQguRe_1dPY5t9TE 3530
gbart/modified_bartpy/samplers/sampler.py sha256=nf_VTyMrR6BRme1vW08LM6P8NSYiSq8MhWb1HyPnvbI 241
gbart/modified_bartpy/samplers/schedule.py sha256=ZOrkTeErvsZFv_hmqw-bI3KA8AFYsbWcz99M-v5EK0E 1862
gbart/modified_bartpy/samplers/sigma.py sha256=GpPtMbFYIlntbRbuA-udX23a9o5OciQqAjfe25dFnAk 623
gbart/modified_bartpy/samplers/treemutation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gbart/modified_bartpy/samplers/treemutation/likihoodratio.py sha256=j8mFanWBXYkf7BI47g8t5jdXVzyiRIuP0kiDzJ-Qcm0 3024
gbart/modified_bartpy/samplers/treemutation/proposer.py sha256=u0UkQVuyE-UcK2jPmjMfnIKdeGtunsgnmzeyOiUbWL0 690
gbart/modified_bartpy/samplers/treemutation/treemutation.py sha256=wythHD2gGmD1Hs8cms1e0wrMplOvFhnSd1Zz47yHnMw 1565
gbart/modified_bartpy/samplers/treemutation/uniform/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gbart/modified_bartpy/samplers/treemutation/uniform/likihoodratio.py sha256=MF1FhPqYm6cM66tRrhO596R8HGQH5ilKryiS0mtCx5U 7711
gbart/modified_bartpy/samplers/treemutation/uniform/proposer.py sha256=HNKZYMG34IU8OW6L3nKoYPojbA9tE0AwLE-diTH6bL4 6234
gbart-0.2.1.dist-info/LICENSE sha256=oGRhGmIwGQLuugEbHOfdjdz3oFFMwztEFPhpJepjhGA 1068
gbart-0.2.1.dist-info/METADATA sha256=FeDc5DcrqBAwOoZ5zEvCVWIfH0FfqsA9PCL58WL5OVs 6269
gbart-0.2.1.dist-info/WHEEL sha256=p46_5Uhzqz6AzeSosiOnxK-zmFja1i22CrQCjmYe8ec 92
gbart-0.2.1.dist-info/top_level.txt sha256=PnVZGMpFkG1QTPm3_4pLj2OAXZLYlMvMayaojUtPDc8 6
gbart-0.2.1.dist-info/RECORD

top_level.txt

gbart