-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
484c9d1
commit 14c9c78
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
```@meta | ||
CurrentModule = Pigeons | ||
``` | ||
# [Pigeons Projects - Google Summer of Code](@id gsoc) | ||
|
||
## Python and R Interface for Pigeons | ||
|
||
Pigeons allows users to scale their Bayesian computation on up to thousands of | ||
machines. At the moment, the only available API is through the Julia programming | ||
language. To reach a wider audience, we would like to extend this to Python and R. | ||
Work on this project would include: | ||
|
||
- Development of a new Pigeons interface in Python and/or R. | ||
|
||
- Testing of the new interface to ensure identical output to Julia. | ||
|
||
- Engaging with researchers interested in using a Python/R interface and implementing additional suggested features. | ||
|
||
**Recommended Skills:** Familiarity with Python and/or R. A basic knowledge of | ||
statistical concepts and a desire to learn the basics of Julia. | ||
|
||
**Expected Results:** An interface for Pigeons in either Python or R (or both). | ||
|
||
**Mentors:** Alexandre Bouchard-Côté, Trevor Campbell, and Nikola Surjanovic | ||
|
||
**Expected Project Size:** 175 hours or 350 hours. | ||
|
||
**Difficulty:** Medium. |