Skip to content

Commit 55709bb

Browse files
committed
Merge pull request lauris#75 from bigsnarfdude/master
Add Figaro and sort section by alphabetical order.
2 parents 91a2425 + 50fc463 commit 55709bb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,16 @@ A community driven list of useful Scala libraries, frameworks and software. This
107107

108108
*Libraries for scientific computing, data analysis and numerical processing.*
109109

110-
* [Breeze](https://github.com/scalanlp/breeze) — Breeze is a numerical processing library for Scala.
111-
* [MLLib](https://spark.apache.org/mllib/) — Machine Learning framework for Spark
112-
* [Spire](https://github.com/non/spire) — Powerful new number types and numeric abstractions for Scala.
113110
* [Algebird](https://github.com/twitter/algebird) — Abstract Algebra for Scala.
111+
* [Breeze](https://github.com/scalanlp/breeze) — Breeze is a numerical processing library for Scala.
114112
* [FACTORIE](https://github.com/factorie/factorie) — A toolkit for deployable probabilistic modeling, implemented as a software library in Scala.
113+
* [Figaro](https://github.com/p2t2/figaro) - Figaro is a probabilistic programming language that supports development of very rich probabilistic models.
114+
* [MGO](https://github.com/romainreuillon/mgo) — Modular multi-objective evolutionary algorithm optimization library enforcing immutability.
115+
* [MLLib](https://spark.apache.org/mllib/) — Machine Learning framework for Spark
115116
* [Saddle](https://github.com/saddle/saddle) — A minimalist port of Pandas to Scala
117+
* [Spire](https://github.com/non/spire) — Powerful new number types and numeric abstractions for Scala.
116118
* [Squants](https://github.com/garyKeorkunian/squants) — The Scala API for Quantities, Units of Measure and Dimensional Analysis.
117-
* [MGO](https://github.com/romainreuillon/mgo) — Modular multi-objective evolutionary algorithm optimization library enforcing immutability.
119+
118120

119121
## Big Data
120122
* [Spark](http://spark.apache.org/) — Lightning fast cluster computing — up to 100x faster than Hadoop for iterative algorithms (memory caching) and up to 10x faster than Hadoop for single-pass MapReduce jobs. Compatible with YARN-enabled Hadoop clusters, can run on Mesos and in stand-alone mode as well.

0 commit comments

Comments
 (0)