.gitignore
.travis.yml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/test-barmpy.yml
barmpy/__init__.py
barmpy/barn.py
barmpy/test_tf.py
barmpy/wasser.py
barmpy.egg-info/PKG-INFO
barmpy.egg-info/SOURCES.txt
barmpy.egg-info/dependency_links.txt
barmpy.egg-info/top_level.txt
bartpy/__init__.py
bartpy/data.py
bartpy/errors.py
bartpy/model.py
bartpy/mutation.py
bartpy/node.py
bartpy/plotting.py
bartpy/runner.py
bartpy/sigma.py
bartpy/sklearnmodel.py
bartpy/split.py
bartpy/splitcondition.py
bartpy/trace.py
bartpy/tree.py
bartpy/diagnostics/__init__.py
bartpy/diagnostics/diagnostics.py
bartpy/diagnostics/features.py
bartpy/diagnostics/residuals.py
bartpy/diagnostics/sampling.py
bartpy/diagnostics/sigma.py
bartpy/diagnostics/trees.py
bartpy/extensions/__init__.py
bartpy/extensions/baseestimator.py
bartpy/extensions/ols.py
bartpy/features/__init__.py
bartpy/features/featureimportance.py
bartpy/features/featureselection.py
bartpy/initializers/__init__.py
bartpy/initializers/initializer.py
bartpy/initializers/sklearntreeinitializer.py
bartpy/samplers/__init__.py
bartpy/samplers/leafnode.py
bartpy/samplers/modelsampler.py
bartpy/samplers/sampler.py
bartpy/samplers/scalar.py
bartpy/samplers/schedule.py
bartpy/samplers/sigma.py
bartpy/samplers/treemutation.py
bartpy/samplers/oblivioustrees/__init__.py
bartpy/samplers/oblivioustrees/likihoodratio.py
bartpy/samplers/oblivioustrees/proposer.py
bartpy/samplers/oblivioustrees/treemutation.py
bartpy/samplers/unconstrainedtree/__init__.py
bartpy/samplers/unconstrainedtree/likihoodratio.py
bartpy/samplers/unconstrainedtree/proposer.py
bartpy/samplers/unconstrainedtree/treemutation.py
docs/.nojekyll
docs/Makefile
docs/barn.html
docs/example.html
docs/genindex.html
docs/index.html
docs/math.html
docs/objects.inv
docs/pub_docs.sh
docs/search.html
docs/searchindex.js
docs/usage.html
docs/_sources/barn.rst.txt
docs/_sources/index.rst.txt
docs/_sources/math.rst.txt
docs/_sources/usage.rst.txt
docs/_static/_sphinx_javascript_frameworks_compat.js
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery-3.6.0.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/sphinx_highlight.js
docs/_static/underscore-1.13.1.js
docs/_static/underscore.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_static/css/fonts/fontawesome-webfont.eot
docs/_static/css/fonts/fontawesome-webfont.svg
docs/_static/css/fonts/fontawesome-webfont.ttf
docs/_static/css/fonts/fontawesome-webfont.woff
docs/_static/css/fonts/fontawesome-webfont.woff2
docs/_static/css/fonts/lato-bold-italic.woff
docs/_static/css/fonts/lato-bold-italic.woff2
docs/_static/css/fonts/lato-bold.woff
docs/_static/css/fonts/lato-bold.woff2
docs/_static/css/fonts/lato-normal-italic.woff
docs/_static/css/fonts/lato-normal-italic.woff2
docs/_static/css/fonts/lato-normal.woff
docs/_static/css/fonts/lato-normal.woff2
docs/_static/js/badge_only.js
docs/_static/js/html5shiv-printshiv.min.js
docs/_static/js/html5shiv.min.js
docs/_static/js/theme.js
docs/source/barn.rst
docs/source/conf.py
docs/source/index.rst
docs/source/math.rst
examples/__init__.py
examples/ols.py
examples_old/__init__.py
examples_old/ols.py
examples_old/sin.py
examples_old/sklearnbase.py
examples_old/score/__init__.py
examples_old/score/core/__init__.py
examples_old/score/core/sin.py
examples_old/score/extensions/__init__.py
examples_old/score/extensions/sin.py
examples_old/score/features/__init__.py
examples_old/score/features/ols.py
test/__init__.py
test/test_barn.py
test/test_nn.py
test/test_tfnn.py