-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
33 lines (33 loc) · 1.08 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
build/
dist/
eeyore.egg-info/
eeyore/__pycache__/
eeyore/api/__pycache__/
eeyore/chains/__pycache__/
eeyore/constants/__pycache__/
eeyore/data/__pycache__/
eeyore/datasets/__pycache__/
eeyore/distributions/__pycache__/
eeyore/integrators/__pycache__/
eeyore/itertools/__pycache__/
eeyore/kernels/__pycache__/
eeyore/linalg/__pycache__/
eeyore/models/__pycache__/
eeyore/samplers/__pycache__/
eeyore/stats/__pycache__/
eeyore/tuners/__pycache__/
examples/checks/autograd/.ipynb_checkpoints/
examples/checks/distributions/.ipynb_checkpoints/
examples/checks/mcmc/.ipynb_checkpoints/
examples/checks/mlp/.ipynb_checkpoints/
examples/checks/mlp/binary_classification/.ipynb_checkpoints/
examples/checks/mlp/multiclass_classification/.ipynb_checkpoints/
examples/distributions/bivariate_normal/.ipynb_checkpoints/
examples/distributions/bivariate_normal_mixture/.ipynb_checkpoints/
examples/distributions/gamma/.ipynb_checkpoints/
examples/mlp/.ipynb_checkpoints/
examples/mlp/iris/.ipynb_checkpoints/
examples/mlp/xor/.ipynb_checkpoints/
examples/odes/fitzhugh_nagumo/.ipynb_checkpoints/
tests/__pycache__/
tmp/