Metadata-Version: 2.1
Name: bayesian-bootstrap
Version: 1.1.0
Summary: Bayesian Bootstrapping for statistics and regression models
Home-page: https://github.com/lmc2179/bayesian_bootstrap
Download-URL: https://github.com/lmc2179/bayesian_bootstrap/archive/master.zip
Author: Louis Cialdella
Author-email: louiscialdella@gmail.com
License: UNKNOWN
Keywords: statistics,bayesian,machine learning,bootstrap,bayes,probability,inference
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
License-File: LICENSE
Requires-Dist: numpy (>=1.22.1)
Requires-Dist: scipy (>=1.7.3)
Requires-Dist: scikit-learn (>=1.0.2)
Requires-Dist: tqdm (>=4.62.3)

bayesian_bootstrap is a package for Bayesian bootstrapping in Python. For more information about this package and its usage, visit https://github.com/lmc2179/bayesian_bootstrap.

