Skip to content

Commit 140f417

Browse files
committed
commas
1 parent c1c733c commit 140f417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PyMC3 is Beta software. Users should consider using [PyMC 2 repository](https://
1212
## Features
1313

1414
* Intuitive model specification syntax, for example, `x ~ N(0,1)` translates to `x = Normal(0,1)`
15-
* Powerful sampling algorithms such as the [No U-Turn Sampler](http://arxiv.org/abs/1111.4246) allow complex models with thousands of parameters with little specialized knowledge of fitting algorithms.
15+
* Powerful sampling algorithms, such as the [No U-Turn Sampler](http://arxiv.org/abs/1111.4246), allow complex models with thousands of parameters with little specialized knowledge of fitting algorithms.
1616
* Easy optimization for finding the *maximum a posteriori*(MAP) point
1717
* [Theano](http://deeplearning.net/software/theano/) features
1818
* Numpy broadcasting and advanced indexing

0 commit comments

Comments
 (0)