Skip to content

Commit 9e74e61

Browse files
authored
Draft proposal of repository in README
1 parent 3f89183 commit 9e74e61

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# pymc-experimental
1+
# Proposal: `pymc-experimental` repository
2+
3+
As PyMC continues to mature and expand its functionality to accomodate more domains of application, we increasingly see cutting-edge methodologies, highly specialized statistical distributions, and complex models appear. While this adds to the functinoality and relevance of the project, it can also introduce instability and impose a burden on testing and quality control. To help address this, a `pymc-experimental` respository could act as a home for new additions to PyMC, which may include unusual probability distribitions, advanced model fitting algorithms, or any code that may be inappropriate to include in the `pymc` repository, but may want to be made available to users.
4+
5+
## Questions
6+
7+
### What belongs in `pymc-experimental`?
8+
9+
10+
### What does not belong in `pymc-experimental`?
11+
12+
13+
### Should `pymc-experimental` be a submoduke?
14+
15+
16+
### Should there be more than one add-on repository?
17+
18+
19+
### How can we minimize the additional burden of additional project repositories?

0 commit comments

Comments
 (0)