Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit 311f2b9

Browse files
authored
Merge pull request #1 from vbsinha/Move_SGFS_CSG_to_pymc3_experimental
Moving SGFS, CSG from pymc3 to pymc3-experimental
2 parents 94da3f0 + f81fdc3 commit 311f2b9

8 files changed

+1982
-0
lines changed

.travis.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
language: python
2+
sudo: required
3+
4+
cache:
5+
directories:
6+
- $HOME/.theano
7+
- $HOME/miniconda3
8+
9+
addons:
10+
apt_packages:
11+
- pandoc
12+
13+
before_install:
14+
- . ./scripts/install_miniconda.sh
15+
- sh -e /etc/init.d/xvfb start
16+
- export DISPLAY=":99.0"
17+
- export MKL_THREADING_LAYER=GNU
18+
19+
install:
20+
# - . ./scripts/create_testenv.sh TODO: Modify create_testenv to install pymc3 and build from setup.py of pymc3-experimental
21+
- pip install coveralls
22+
23+
env:
24+
25+
script:
26+
# - . ./scripts/test.sh $TESTCMD
27+
# - . ./scripts/confirm_mpl_optional.sh
28+
29+
after_success:
30+
- coveralls

docs/source/notebooks/bayesian_neural_network_with_sgfs.ipynb

+542
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)