We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ea597 commit 6aac933Copy full SHA for 6aac933
README.md
@@ -1,4 +1,4 @@
1
-# pymc_bart
+
2
Bayesian Additive Regression Trees for Probabilistic programming with PyMC
3
4
setup.py
@@ -73,7 +73,7 @@ def get_version():
73
license=LICENSE,
74
url=URL,
75
long_description=LONG_DESCRIPTION,
76
- long_description_content_type="text/x-rst",
+ long_description_content_type="text/markdown",
77
packages=find_packages(),
78
# because of an upload-size limit by PyPI, we're temporarily removing docs from the tarball.
79
# Also see MANIFEST.in
0 commit comments